repo string | commit string | message string | diff string |
|---|---|---|---|
youpy/scissor-echonest | edcad7e45f3a1c0511e24bfd35ad99d9104e857c | added Scissor::Echonest::Meta::Beat, Scissor::Echonest::Meta::Segment to hold meta information into Scissor#Chunk | diff --git a/lib/scissor/echonest.rb b/lib/scissor/echonest.rb
index 7b4ecb6..a37e37a 100644
--- a/lib/scissor/echonest.rb
+++ b/lib/scissor/echonest.rb
@@ -1,54 +1,59 @@
require 'scissor'
require 'echonest'
+require 'scissor/echonest/meta'
module Scissor
def self.echonest_api_key=(echonest_api_key)
Scisso... |
youpy/scissor-echonest | b80d7e60e98ecd0498abc4c8f2248d441318d862 | fix examples | diff --git a/spec/scissor-echonest_spec.rb b/spec/scissor-echonest_spec.rb
index ddfe7c0..0b022eb 100755
--- a/spec/scissor-echonest_spec.rb
+++ b/spec/scissor-echonest_spec.rb
@@ -1,45 +1,45 @@
$:.unshift File.dirname(__FILE__)
require 'spec_helper'
include SpecHelper
describe Scissor do
it 'should set Ec... |
youpy/scissor-echonest | 4eb579080f00a374e40912a255cf08c020d44b1d | fix dependency | diff --git a/Rakefile b/Rakefile
index 89c5249..30d6730 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | d494908284d3d910bffd63ad61e6a88bb3879fc1 | version 0.0.2 | diff --git a/Rakefile b/Rakefile
index 2fcaa66..89c5249 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,109 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
npverni/rails3-rumble-template | f3d07ae57809a2b98c8e8f1b56333e0c111dc889 | bumping rspec-rails to 2.0.1 | diff --git a/template.rb b/template.rb
index d51fac7..aea7659 100644
--- a/template.rb
+++ b/template.rb
@@ -1,343 +1,343 @@
# Application Generator Template
# Modifies a Rails app to use RSpec, Cucumber, Factory Girl, MySQL and Devise...
# Based on: http://github.com/fortuity/rails3-mongoid-devise/
# If you ar... |
npverni/rails3-rumble-template | 400faa98bf21b80b0cc6f34c79b4f51b6bec0d56 | fixed cucumber, added factory_girl, faker | diff --git a/template.rb b/template.rb
index 2c3bb92..d51fac7 100644
--- a/template.rb
+++ b/template.rb
@@ -1,348 +1,343 @@
# Application Generator Template
# Modifies a Rails app to use RSpec, Cucumber, Factory Girl, MySQL and Devise...
# Based on: http://github.com/fortuity/rails3-mongoid-devise/
# If you ar... |
npverni/rails3-rumble-template | d064d7f8de3d586affb3bac66b3a72746233f90e | first pass | diff --git a/template.rb b/template.rb
new file mode 100644
index 0000000..a2005eb
--- /dev/null
+++ b/template.rb
@@ -0,0 +1,349 @@
+# Application Generator Template
+# Modifies a Rails app to use RSpec, Cucumber, Factory Girl, MySQL and Devise...
+# Usage: rails new app2_name -d mysql -m /Users/npverni/apps/rails3-ru... |
kohana/kohanaframework.org | 39c8014cc5c6bcd22e5cd273d43b8c13d902cc4e | submodule 'guides/3.3' update to Kohana v3.3.4 | diff --git a/guides/3.3 b/guides/3.3
index ffc48d1..363c59e 160000
--- a/guides/3.3
+++ b/guides/3.3
@@ -1 +1 @@
-Subproject commit ffc48d1d55da6aa4a0ced7f973f6043e547c9048
+Subproject commit 363c59ee298e1f5abe797e5efdf1c44431800a78
|
kohana/kohanaframework.org | 30cb2c05623c6bf6d7bfe7dfb1592cb5ab18f9a2 | Add missing class to download button | diff --git a/application/templates/partials/home/banner.mustache b/application/templates/partials/home/banner.mustache
index ff93dba..7c2809d 100644
--- a/application/templates/partials/home/banner.mustache
+++ b/application/templates/partials/home/banner.mustache
@@ -1,4 +1,4 @@
<h2>An elegant HMVC PHP5 framework tha... |
kohana/kohanaframework.org | c7bb426d432668ccb63d9226e6b70782737a4661 | Complete fixes for download links | diff --git a/application/classes/controller/home.php b/application/classes/controller/home.php
index 2872106..b3b57da 100644
--- a/application/classes/controller/home.php
+++ b/application/classes/controller/home.php
@@ -1,22 +1,21 @@
<?php defined('SYSPATH') or die('No direct script access.');
class Controller_Hom... |
kohana/kohanaframework.org | 599466dbbad5b837c254287defdf76f461dc96e5 | Remove http extension for Pagodabox | diff --git a/Boxfile b/Boxfile
index 3502875..5ea07fa 100644
--- a/Boxfile
+++ b/Boxfile
@@ -1,21 +1,20 @@
---
web1:
document_root: /public/
name: www-kohanaframework
shared_writable_dirs:
- application/cache
- application/logs
- guides/3.0/application/cache
- guides/3.0/application/lo... |
kohana/kohanaframework.org | 6165ea8abf68e81007e6c61f88d663a4db1452dc | switch to original logo, fixes #23 | diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 696fa1e..436135e 100755
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -1,512 +1,512 @@
/*
NOTE: HTML5 Boilerplate defaults edited by Inayaili de León slightly.
HTML5 â° Boilerplate
style.css contains a reset,... |
kohana/kohanaframework.org | dc1b6164659fe2f09893a8ccce01002e17fc2462 | added responsive styles for kohanaframework.org website | diff --git a/application/templates/layout.mustache b/application/templates/layout.mustache
index 49ef58e..84ad303 100644
--- a/application/templates/layout.mustache
+++ b/application/templates/layout.mustache
@@ -1,85 +1,86 @@
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither... |
kohana/kohanaframework.org | 4821cde4c6300caac20ce5367e28afa8a2f35e04 | submodule guides/3.3 to the latest track its own submodules | diff --git a/guides/3.3 b/guides/3.3
index 27a9a50..ffc48d1 160000
--- a/guides/3.3
+++ b/guides/3.3
@@ -1 +1 @@
-Subproject commit 27a9a50e339f0168c76bd3b8cd77ed03a7cf734c
+Subproject commit ffc48d1d55da6aa4a0ced7f973f6043e547c9048
|
kohana/kohanaframework.org | c21010705bcabf3fa1963d11b7b171816c82195f | Add Kohana required extensions to Boxfile | diff --git a/Boxfile b/Boxfile
index 53ea4dd..3502875 100644
--- a/Boxfile
+++ b/Boxfile
@@ -1,17 +1,21 @@
---
web1:
document_root: /public/
name: www-kohanaframework
shared_writable_dirs:
- application/cache
- application/logs
- guides/3.0/application/cache
- guides/3.0/application/lo... |
kohana/kohanaframework.org | c6dfeebeb15443e4fcb8628e49c601d3c0623484 | Proper release of 3.2.3.1 | diff --git a/application/config/files.php b/application/config/files.php
index 36d1409..38c39c0 100644
--- a/application/config/files.php
+++ b/application/config/files.php
@@ -1,24 +1,24 @@
<?php defined('SYSPATH') or die('No direct script access.');
return array(
'kohana-latest' => array(
'version' => ... |
kohana/kohanaframework.org | db99961c827945bd1f3aa8cae28a77f49922d106 | forgot to update 3.3 download link | diff --git a/application/config/files.php b/application/config/files.php
index fe424ae..36d1409 100644
--- a/application/config/files.php
+++ b/application/config/files.php
@@ -1,24 +1,24 @@
<?php defined('SYSPATH') or die('No direct script access.');
return array(
'kohana-latest' => array(
'version' => ... |
kohana/kohanaframework.org | 18dca273e3bb18e6732cb0efe7c2834232b13936 | Add Zeptol-Ti to home page gallery | diff --git a/application/templates/home/gallery.mustache b/application/templates/home/gallery.mustache
index 125cc89..5215e40 100644
--- a/application/templates/home/gallery.mustache
+++ b/application/templates/home/gallery.mustache
@@ -1,40 +1,47 @@
<section id="gallery" class="medBkg inset">
<h2>Gallery</h2>
<di... |
kohana/kohanaframework.org | 30af0cf1eb5b32f06a33d4685d5e45e33642bd49 | add kostache files instead of using submodule (temporary fix) | diff --git a/modules/kostache/LICENSE.md b/modules/kostache/LICENSE.md
new file mode 100644
index 0000000..2118430
--- /dev/null
+++ b/modules/kostache/LICENSE.md
@@ -0,0 +1,22 @@
+The MIT License
+
+Copyright (c) 2010-2011 Jeremy Bush
+Copyright (c) 2011 Woody Gilk
+
+Permission is hereby granted, free of charge, to a... |
kohana/kohanaframework.org | 0ef48ff3b6ee387625a0bc625767c7e151a8b54e | remove submodule for kostache | diff --git a/.gitmodules b/.gitmodules
index 4aa9f4e..e6550c4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,30 +1,27 @@
[submodule "system"]
path = system
url = git://github.com/kohana/core.git
[submodule "modules/userguide"]
path = modules/userguide
url = git://github.com/kohana/userguide.git
[submodule ... |
kohana/kohanaframework.org | 7109b3ad757e22612471a94befe440a9c860d2cc | Bump submodules for guides to new https versions | diff --git a/guides/3.0 b/guides/3.0
index dd1101a..9d8bab2 160000
--- a/guides/3.0
+++ b/guides/3.0
@@ -1 +1 @@
-Subproject commit dd1101ac9098a7261095dd0bca608bd00e27edf1
+Subproject commit 9d8bab2f6a9d56b91231ce97c043b46c716f849b
diff --git a/guides/3.1 b/guides/3.1
index fb652b8..72e95f9 160000
--- a/guides/3.1
+++... |
kohana/kohanaframework.org | ee6da6d60bc6878b0072eef8aa6ad4cac86f2c91 | change 3.3 docs to https submodule | diff --git a/.gitmodules b/.gitmodules
index 8048fc1..4aa9f4e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,30 +1,30 @@
[submodule "system"]
path = system
url = git://github.com/kohana/core.git
[submodule "modules/userguide"]
path = modules/userguide
url = git://github.com/kohana/userguide.git
[submodule ... |
kohana/kohanaframework.org | 153a741ae05447b6f1a3a79bbd3b16f645100150 | Revert "Remove the auth module from guides, should fix it" | diff --git a/guides/3.0 b/guides/3.0
index 2479141..dd1101a 160000
--- a/guides/3.0
+++ b/guides/3.0
@@ -1 +1 @@
-Subproject commit 247914152d87c24684634491b52e70df4b2c5420
+Subproject commit dd1101ac9098a7261095dd0bca608bd00e27edf1
diff --git a/guides/3.1 b/guides/3.1
index 985b30a..fb652b8 160000
--- a/guides/3.1
+++... |
kohana/kohanaframework.org | 1e05d5a17ebf1da91882fc4de1c8c5aeaabe4e67 | Revert "Try dropping the 3.0 guide to fix deploy" | diff --git a/guides/3.0 b/guides/3.0
new file mode 160000
index 0000000..dd1101a
--- /dev/null
+++ b/guides/3.0
@@ -0,0 +1 @@
+Subproject commit dd1101ac9098a7261095dd0bca608bd00e27edf1
|
kohana/kohanaframework.org | 84090dbcd99ed00a6701f016066083fa02c4555a | Remove the auth module from guides, should fix it | diff --git a/guides/3.0 b/guides/3.0
index dd1101a..2479141 160000
--- a/guides/3.0
+++ b/guides/3.0
@@ -1 +1 @@
-Subproject commit dd1101ac9098a7261095dd0bca608bd00e27edf1
+Subproject commit 247914152d87c24684634491b52e70df4b2c5420
diff --git a/guides/3.1 b/guides/3.1
index fb652b8..985b30a 160000
--- a/guides/3.1
+++... |
kohana/kohanaframework.org | 1ab29961e29c16646fcdf8579c48642d79e2c1c5 | Revert "Try dropping the 3.0 guide to fix deploy" | diff --git a/guides/3.0 b/guides/3.0
new file mode 160000
index 0000000..dd1101a
--- /dev/null
+++ b/guides/3.0
@@ -0,0 +1 @@
+Subproject commit dd1101ac9098a7261095dd0bca608bd00e27edf1
|
kohana/kohanaframework.org | 8f63fbb0a32fde4283ba2d77592469753ce08ed4 | Remove Google Checkout links from donation page. | diff --git a/application/templates/donate/index.mustache b/application/templates/donate/index.mustache
index 3a95c73..220426b 100644
--- a/application/templates/donate/index.mustache
+++ b/application/templates/donate/index.mustache
@@ -1,57 +1,29 @@
<section class="textHeavy">
<h1>Make a Donation</h1>
<p class="i... |
kohana/kohanaframework.org | b66779438946a0719dec6f8724f195fb6a46549e | Spanish Lang File | diff --git a/application/i18n/es.php b/application/i18n/es.php
new file mode 100644
index 0000000..3f9f7e6
--- /dev/null
+++ b/application/i18n/es.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Spanish Lang File
+ */
+return array(
+'Basic Usage' => 'Uso Básico',
+'Getting Started' => 'Para empezar',
+);
|
kohana/kohanaframework.org | 1d9cd60baad775056f551ea9e1815fe1381ebd1e | Fix version typo on download page | diff --git a/application/templates/download/index.mustache b/application/templates/download/index.mustache
index f0f99b8..e0162b2 100644
--- a/application/templates/download/index.mustache
+++ b/application/templates/download/index.mustache
@@ -1,32 +1,32 @@
<section class="textHeavy">
<h1>Download</h1>
<p>Kohana ... |
kohana/kohanaframework.org | bc8798dd0922d77cbb948145d222cf2858bb9189 | point 3.3 docs | diff --git a/application/templates/documentation/index.mustache b/application/templates/documentation/index.mustache
index d68bd37..8aecce8 100644
--- a/application/templates/documentation/index.mustache
+++ b/application/templates/documentation/index.mustache
@@ -1,51 +1,57 @@
<section class="textHeavy">
<h1>Docume... |
kohana/kohanaframework.org | 1d75d046fbaf5da2512a9c494d19ac0d6c9bf36d | Add cache and log dirs to writable | diff --git a/Boxfile b/Boxfile
index ab1b239..53ea4dd 100644
--- a/Boxfile
+++ b/Boxfile
@@ -1,15 +1,17 @@
---
web1:
document_root: /public/
name: www-kohanaframework
shared_writable_dirs:
- application/cache
- application/logs
- guides/3.0/application/cache
- guides/3.0/application/lo... |
kohana/kohanaframework.org | ce54c7acc52ef4d71d7d9befbae8f30f394e3ed9 | fix index file for 3.3 docs | diff --git a/guides/3.3-bootstrap.php b/guides/3.3-bootstrap.php
index efeec4f..680dc4d 100644
--- a/guides/3.3-bootstrap.php
+++ b/guides/3.3-bootstrap.php
@@ -1,136 +1,137 @@
<?php defined('SYSPATH') or die('No direct script access.');
// -- Environment setup ------------------------------------------------------... |
kohana/kohanaframework.org | f467fd3852888e9c7d28c1e497e6c8a8b81508ee | fix 3.3 index to point to 3.3 submodule for docs | diff --git a/public/3.3-index.php b/public/3.3-index.php
index c58d93e..7e3fee9 100644
--- a/public/3.3-index.php
+++ b/public/3.3-index.php
@@ -1,111 +1,105 @@
<?php
/**
* The directory in which your application specific resources are located.
* The application directory must contain the bootstrap.php file.
... |
kohana/kohanaframework.org | 945428eaefc688ed17bb9e8342dd47b5032bc6c2 | Add 3.3 release, add 3.3 documentation | diff --git a/.gitmodules b/.gitmodules
index 1d1129a..8048fc1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,27 +1,30 @@
[submodule "system"]
path = system
url = git://github.com/kohana/core.git
[submodule "modules/userguide"]
path = modules/userguide
url = git://github.com/kohana/userguide.git
[submodule ... |
kohana/kohanaframework.org | b2fa60de73401fbb57395b904683d7d2e0a00a90 | add cookie salt to 3.1 guides bootstrap | diff --git a/guides/3.1-bootstrap.php b/guides/3.1-bootstrap.php
index eb863b3..c5a9104 100644
--- a/guides/3.1-bootstrap.php
+++ b/guides/3.1-bootstrap.php
@@ -1,119 +1,126 @@
<?php defined('SYSPATH') or die('No direct script access.');
// -- Environment setup ------------------------------------------------------... |
kohana/kohanaframework.org | 6186e347420a93fa3b745adc9ec4c41f9ff70ea7 | New oDesk logo | diff --git a/public/assets/img/icon/odesk.png b/public/assets/img/icon/odesk.png
index c653266..04e517c 100644
Binary files a/public/assets/img/icon/odesk.png and b/public/assets/img/icon/odesk.png differ
|
kohana/kohanaframework.org | c0338c10ea504304892d6278b4ad2dd32384558b | Added ?v= to style link, better caching support | diff --git a/application/templates/layout.mustache b/application/templates/layout.mustache
index 886d90e..49ef58e 100644
--- a/application/templates/layout.mustache
+++ b/application/templates/layout.mustache
@@ -1,85 +1,85 @@
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither... |
kohana/kohanaframework.org | 45c4fed19f627a64d8887308d7201aa1e6b1bb2e | Added team@kohanaframework.org email to team page | diff --git a/application/classes/view/team/index.php b/application/classes/view/team/index.php
index e714577..34aad2c 100644
--- a/application/classes/view/team/index.php
+++ b/application/classes/view/team/index.php
@@ -1,17 +1,28 @@
<?php defined('SYSPATH') or die('No direct script access.');
class View_Team_Inde... |
kohana/kohanaframework.org | 8b8351a78fad8b2e189092b5ec11e9c743e011eb | Replaced Facebook with oDesk in social | diff --git a/application/templates/home/social.mustache b/application/templates/home/social.mustache
index 8326ea0..5d726c1 100644
--- a/application/templates/home/social.mustache
+++ b/application/templates/home/social.mustache
@@ -1,62 +1,62 @@
<div id="social" class="lightBkg">
<section id="community">
<h2>C... |
kohana/kohanaframework.org | 5df74241ef2c21efe40f0c58ded93508f1b8cb55 | add curl for 3.0 docs | diff --git a/Boxfile b/Boxfile
index e99100d..ab1b239 100644
--- a/Boxfile
+++ b/Boxfile
@@ -1,13 +1,15 @@
---
web1:
document_root: /public/
name: www-kohanaframework
shared_writable_dirs:
- application/cache
- application/logs
- guides/3.0/application/cache
- guides/3.0/application/lo... |
kohana/kohanaframework.org | 421f16f5b3b4aca08c1670bed47b5a9e8b9fcc7d | Don't hardcode the documentation links to kohanaframework.org | diff --git a/application/templates/documentation/index.mustache b/application/templates/documentation/index.mustache
index 28721aa..d68bd37 100644
--- a/application/templates/documentation/index.mustache
+++ b/application/templates/documentation/index.mustache
@@ -1,51 +1,51 @@
<section class="textHeavy">
<h1>Docume... |
kohana/kohanaframework.org | 9291c7fa7e2572171fe852e6fc41eee6ee146a6e | Add a cookie salt | diff --git a/guides/3.2-bootstrap.php b/guides/3.2-bootstrap.php
index 03cf8c0..e8ce80d 100644
--- a/guides/3.2-bootstrap.php
+++ b/guides/3.2-bootstrap.php
@@ -1,119 +1,126 @@
<?php defined('SYSPATH') or die('No direct script access.');
// -- Environment setup ------------------------------------------------------... |
kohana/kohanaframework.org | cf346bb2256710f45fe877ed42dcb3f0e9f14629 | Removing notices calls, shouldnt be in here yet | diff --git a/application/classes/kostache.php b/application/classes/kostache.php
index 853810c..384b87f 100644
--- a/application/classes/kostache.php
+++ b/application/classes/kostache.php
@@ -1,179 +1,168 @@
<?php defined('SYSPATH') or die('No direct script access.');
class Kostache extends Kohana_Kostache {
/... |
kohana/kohanaframework.org | 6487d8b7212e29c5363942d0567b775ca687a322 | Add kohanaphp.com -> kohanaframework.org redirect | diff --git a/public/.htaccess b/public/.htaccess
index ffdc676..ff0ef42 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,62 +1,66 @@
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Order Deny,Allow
Deny From All
... |
kohana/kohanaframework.org | 80506e6df44a7ab8119bd81ea4aaec9a87b0ee09 | Disable the unittest module for the guides, fixes the API browser. | diff --git a/guides/3.0-bootstrap.php b/guides/3.0-bootstrap.php
index 3bac0f3..0236321 100644
--- a/guides/3.0-bootstrap.php
+++ b/guides/3.0-bootstrap.php
@@ -1,111 +1,111 @@
<?php defined('SYSPATH') or die('No direct script access.');
//-- Environment setup -------------------------------------------------------... |
kohana/kohanaframework.org | df018840615df157f580994aaa60c218c73b8432 | "Fixing" the 3.0 user guide | diff --git a/guides/3.0 b/guides/3.0
index d3ce4fd..dd1101a 160000
--- a/guides/3.0
+++ b/guides/3.0
@@ -1 +1 @@
-Subproject commit d3ce4fd5455b54f121082786415b5665df6dddd9
+Subproject commit dd1101ac9098a7261095dd0bca608bd00e27edf1
|
kohana/kohanaframework.org | 202b38ae47e9709366860f3e1ebed57eabaca7f9 | Add the remaining old userguide redirects. | diff --git a/public/.htaccess b/public/.htaccess
index 30d28f0..ffdc676 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,33 +1,62 @@
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Order Deny,Allow
Deny From All
... |
kohana/kohanaframework.org | d8efbea1a58007a3f5ef698610eb6598ca3892e3 | Fixup /guide -> /3.0/guide redirect | diff --git a/public/.htaccess b/public/.htaccess
index 4fc1d6e..30d28f0 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,33 +1,33 @@
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Order Deny,Allow
Deny From All
... |
kohana/kohanaframework.org | b7e3b9b0a7daf6147ff5ff7e202ad1c207024c02 | Rewrite /guide/ to /3.0/guide/ | diff --git a/public/.htaccess b/public/.htaccess
index 77bb696..4fc1d6e 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,30 +1,33 @@
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Order Deny,Allow
Deny From All
... |
kohana/kohanaframework.org | 8a198e6181f391db1adda5a1292178d2f4c8bd25 | Add redirect for www.kohanaframework.org -> kohanaframework.org | diff --git a/public/.htaccess b/public/.htaccess
index 7be8d83..77bb696 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,26 +1,30 @@
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Order Deny,Allow
Deny From All
... |
kohana/kohanaframework.org | 5b7477e4861f838e6a26de3eea01235bc5780b7e | PagodaBox Userguide Changes | diff --git a/.gitmodules b/.gitmodules
index 1d2c590..1d1129a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,18 +1,27 @@
[submodule "system"]
path = system
url = git://github.com/kohana/core.git
[submodule "modules/userguide"]
path = modules/userguide
url = git://github.com/kohana/userguide.git
[submodule ... |
kohana/kohanaframework.org | 06541d676b86b859b5af4592de0160dc04e5802e | Add PBox Boxfile | diff --git a/Boxfile b/Boxfile
new file mode 100644
index 0000000..7e31ae0
--- /dev/null
+++ b/Boxfile
@@ -0,0 +1,7 @@
+---
+web1:
+ document_root: /public/
+ name: www-kohanaframework
+ shared_writable_dirs:
+ - application/cache
+ - application/logs
|
kohana/kohanaframework.org | 456b0a9274db469b7c1844689fdb0cf34b1f6a5f | Fixes #4348, uses the base URL to ensure the images load regardless of client location | diff --git a/application/templates/home/gallery.mustache b/application/templates/home/gallery.mustache
index 8072ae2..125cc89 100644
--- a/application/templates/home/gallery.mustache
+++ b/application/templates/home/gallery.mustache
@@ -1,40 +1,40 @@
<section id="gallery" class="medBkg inset">
<h2>Gallery</h2>
<di... |
kohana/kohanaframework.org | c2b2365d6acfab460e3c41b385289fe62d9d62bb | Fixes #4138, implemented the dynamic gallery JS using SlideJS | diff --git a/.gitmodules b/.gitmodules
index 7af0449..1d2c590 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,18 @@
[submodule "system"]
path = system
url = git://github.com/kohana/core.git
[submodule "modules/userguide"]
path = modules/userguide
url = git://github.com/kohana/userguide.git
[submodule ... |
kohana/kohanaframework.org | dd68344c38c24f517cff1352169f8315ff2eb83a | Corrected Boilerplate | diff --git a/README.md b/README.md
index 2b56ba6..0d1c01d 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
# Intro
View the website online at http://kohanaframework.org/
# Deployment
The "develop" branch of this repository will be automatically deployed to http://staging.kohanaframework.org/
The "mas... |
kohana/kohanaframework.org | 68b2c597b580b4eac65f7ff6da1a5adc13f999a7 | Really fix the SFC link on the donations page.. | diff --git a/application/templates/donate/index.mustache b/application/templates/donate/index.mustache
index e833dbb..3a95c73 100644
--- a/application/templates/donate/index.mustache
+++ b/application/templates/donate/index.mustache
@@ -1,57 +1,57 @@
<section class="textHeavy">
<h1>Make a Donation</h1>
- <p class="i... |
kohana/kohanaframework.org | 089689318dfd787c8e03a736460b67237979114d | Fix SFC link on donations page. | diff --git a/application/templates/donate/index.mustache b/application/templates/donate/index.mustache
index 7257284..e833dbb 100644
--- a/application/templates/donate/index.mustache
+++ b/application/templates/donate/index.mustache
@@ -1,57 +1,57 @@
<section class="textHeavy">
<h1>Make a Donation</h1>
- <p class="i... |
kohana/kohanaframework.org | 45271f730eddf8a5baa9bd620ddfb4fe2eb82298 | Add donate link to front page | diff --git a/application/classes/kostache.php b/application/classes/kostache.php
index 4406429..853810c 100644
--- a/application/classes/kostache.php
+++ b/application/classes/kostache.php
@@ -1,169 +1,179 @@
<?php defined('SYSPATH') or die('No direct script access.');
class Kostache extends Kohana_Kostache {
/... |
kohana/kohanaframework.org | ae5bedf99ae56560a975c3f9f22364e04326cff4 | Cleanup donations page | diff --git a/.gitignore b/.gitignore
index 2167602..9f7c666 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
Icon?
.DS_Store
.svn
/nbproject/private
+*~
+*.bak
diff --git a/application/templates/donate/index.mustache b/application/templates/donate/index.mustache
index bdf4dc2..7257284 100644
--- a/applicati... |
kohana/kohanaframework.org | 43be1b774601d9bcabef5e76815927dadb6cc4e9 | add skeleton files for donation page | diff --git a/application/bootstrap.php b/application/bootstrap.php
index 738ef32..3051e3c 100644
--- a/application/bootstrap.php
+++ b/application/bootstrap.php
@@ -1,190 +1,196 @@
<?php defined('SYSPATH') or die('No direct script access.');
// -- Environment setup --------------------------------------------------... |
kohana/kohanaframework.org | 77189469a46334f95707f884f2031e1095650dea | Fixes #4219, Kohana 3.1.4 codename corrected | diff --git a/application/config/files.php b/application/config/files.php
index 051fec3..5472ae1 100644
--- a/application/config/files.php
+++ b/application/config/files.php
@@ -1,24 +1,24 @@
<?php defined('SYSPATH') or die('No direct script access.');
return array(
'kohana-latest' => array(
'version' => ... |
kohana/kohanaframework.org | c11e361d8f32d58d1ce32ec3be5d4376502e10ce | Fixed DD Belated PNG script tag syntax.. | diff --git a/application/templates/layout.mustache b/application/templates/layout.mustache
index b890a90..f8c554a 100644
--- a/application/templates/layout.mustache
+++ b/application/templates/layout.mustache
@@ -1,79 +1,79 @@
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither... |
kohana/kohanaframework.org | 9c88fcddeae71d85e4840cd9102592375e0ec292 | Switching layout style to kostache_layout. yay less files | diff --git a/application/classes/controller/development.php b/application/classes/controller/development.php
index f602023..d6c6cd1 100644
--- a/application/classes/controller/development.php
+++ b/application/classes/controller/development.php
@@ -1,14 +1,14 @@
<?php defined('SYSPATH') or die('No direct script access... |
kohana/kohanaframework.org | 46c676276ca1987b3b68e8822616f6c4de5a47dd | Add HTML5 Boilerplate + FFF Icon set credits | diff --git a/README.md b/README.md
index 23403a4..2b56ba6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,15 @@
# Intro
View the website online at http://kohanaframework.org/
# Deployment
The "develop" branch of this repository will be automatically deployed to http://staging.kohanaframework.org/
The "mast... |
kohana/kohanaframework.org | 0590c42878fedf300f0e4c7fd71a8069a1c936c6 | Add notices support to the template. For use by SSO. | diff --git a/application/bootstrap.php b/application/bootstrap.php
index b1ccb42..738ef32 100644
--- a/application/bootstrap.php
+++ b/application/bootstrap.php
@@ -1,191 +1,190 @@
<?php defined('SYSPATH') or die('No direct script access.');
// -- Environment setup --------------------------------------------------... |
kohana/kohanaframework.org | 62ed92f0010974b92698208dd0d3f8980eda5b97 | Fixes misspelling of "fellow" (follow) in IRC callout. | diff --git a/application/templates/home/social.mustache b/application/templates/home/social.mustache
index 14607e5..fd55d6f 100644
--- a/application/templates/home/social.mustache
+++ b/application/templates/home/social.mustache
@@ -1,61 +1,61 @@
<div id="social" class="lightBkg">
<section id="community">
<h2>C... |
kohana/kohanaframework.org | a0abf7fd0bc0d33a63443deb7df27213483e0019 | adding develop and master behat tests | diff --git a/test/behat.yml b/test/behat.yml
index fc47a18..ab66a5b 100644
--- a/test/behat.yml
+++ b/test/behat.yml
@@ -1,19 +1,24 @@
default:
context:
parameters:
base_url: http://staging.kohanaframework.org/
production:
context:
parameters:
base_url: http://kohanaframework.org/
-t... |
kohana/kohanaframework.org | 40f1d3471448825f649bfe6ebbc0d3df93e6b27b | adding test target to behat and build.xml | diff --git a/build.xml b/build.xml
index 911ac77..8d798ec 100644
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
<project name="KohanaWebsite" default="behat" basedir=".">
<target name="behat">
<exec dir="${basedir}/test" executable="behat" failonerror="true">
- <arg line="-f junit --out ${basedir}/test/logs --... |
kohana/kohanaframework.org | 33273018ed38a29e426bd1bfd28ecb75e52f7b9a | adding ant buildfile | diff --git a/build.xml b/build.xml
new file mode 100644
index 0000000..911ac77
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,7 @@
+<project name="KohanaWebsite" default="behat" basedir=".">
+ <target name="behat">
+ <exec dir="${basedir}/test" executable="behat" failonerror="true">
+ <arg line="-f junit --out ${basedir}/... |
kohana/kohanaframework.org | 54bdb17ccd243314dd6f2a3b4030a48d1678284f | Adding some simple behat tests | diff --git a/test/behat.yml b/test/behat.yml
new file mode 100644
index 0000000..03b769f
--- /dev/null
+++ b/test/behat.yml
@@ -0,0 +1,14 @@
+default:
+ context:
+ parameters:
+ base_url: http://staging.kohanaframework.org/
+
+production:
+ context:
+ parameters:
+ base_url: http://kohanaframework.org... |
kohana/kohanaframework.org | 4d31dc9af766952887dc38d167269e86a14145a6 | Re-adding logo for forums/redmine. This should probably get moved to assets/img eventually. | diff --git a/public/media/img/kohana.png b/public/media/img/kohana.png
new file mode 100644
index 0000000..f0583ef
Binary files /dev/null and b/public/media/img/kohana.png differ
|
kohana/kohanaframework.org | c0e1c87cd387c7ae7f48b978f27dc1ed7e77be39 | Add nice error pages | diff --git a/application/bootstrap.php b/application/bootstrap.php
index a8fce49..b1ccb42 100644
--- a/application/bootstrap.php
+++ b/application/bootstrap.php
@@ -1,185 +1,191 @@
<?php defined('SYSPATH') or die('No direct script access.');
// -- Environment setup --------------------------------------------------... |
kohana/kohanaframework.org | 13fefa4bb7c5c9119efb9e5e230eb5f859a46530 | Fixing a "typo" .. (Basically .. I'm testing automated deployment) | diff --git a/.gitignore b/.gitignore
index a71902e..2167602 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
Icon?
.DS_Store
.svn
-nbproject
+/nbproject/private
diff --git a/application/templates/download/body.mustache b/application/templates/download/body.mustache
index be07f38..f0f99b8 100644
--- a/applica... |
kohana/kohanaframework.org | 8c3299a5f7e548e62d1171ebae6d24ad7e20b194 | Add "Powered by kohana vX.X.X" to the footer. | diff --git a/application/classes/view/base.php b/application/classes/view/base.php
index 847d595..e6cec8e 100644
--- a/application/classes/view/base.php
+++ b/application/classes/view/base.php
@@ -1,143 +1,163 @@
<?php defined('SYSPATH') or die('No direct script access.');
class View_Base extends Kostache {
/**... |
kohana/kohanaframework.org | 69ced514cee3720a89d6767ae3b4de26122f2f7f | Correct server name in capfile | diff --git a/capfile b/capfile
index fd99e2c..032106a 100644
--- a/capfile
+++ b/capfile
@@ -1,70 +1,70 @@
load 'deploy'
# Basic settings
set :application, "kohana-website"
set :repository, "."
set :scm, :none
set :deploy_via, :copy
set :copy_dir, "/tmp/#{application}/"
set :user, "kohana"
set :runner, "koha... |
kohana/kohanaframework.org | b374114b48b27d569ee029d16de71c8f36e825f1 | Multiple stage support in the capfile | diff --git a/capfile b/capfile
index 9b679d2..fd99e2c 100644
--- a/capfile
+++ b/capfile
@@ -1,58 +1,70 @@
load 'deploy'
# Basic settings
set :application, "kohana-website"
set :repository, "."
set :scm, :none
set :deploy_via, :copy
set :copy_dir, "/tmp/#{application}/"
set :user, "kohana"
set :runner, "koha... |
kohana/kohanaframework.org | e42f35d16d67e0734784aec8c5d6b82c8e140660 | An "It just about works" capfile.. | diff --git a/capfile b/capfile
index e0ca50e..9b679d2 100644
--- a/capfile
+++ b/capfile
@@ -1,57 +1,58 @@
load 'deploy'
# Basic settings
set :application, "kohana-website"
set :repository, "."
set :scm, :none
set :deploy_via, :copy
set :copy_dir, "/tmp/#{application}/"
set :user, "kohana"
set :runner, "koha... |
kohana/kohanaframework.org | fbe68d565061364d01f838f7a3ee9bcd3e24ac57 | Add initial capfile.. | diff --git a/capfile b/capfile
new file mode 100644
index 0000000..e0ca50e
--- /dev/null
+++ b/capfile
@@ -0,0 +1,57 @@
+load 'deploy'
+
+# Basic settings
+set :application, "kohana-website"
+set :repository, "."
+set :scm, :none
+set :deploy_via, :copy
+set :copy_dir, "/tmp/#{application}/"
+set :user, "kohana"
+set :... |
kohana/kohanaframework.org | fbf7e6ae8860e76a53516c9bcfc7ae629e2f9723 | Fix typo on documentation page. | diff --git a/application/templates/documentation/body.mustache b/application/templates/documentation/body.mustache
index 3f88ab4..28721aa 100644
--- a/application/templates/documentation/body.mustache
+++ b/application/templates/documentation/body.mustache
@@ -1,51 +1,51 @@
<section class="textHeavy">
<h1>Documentat... |
kohana/kohanaframework.org | f62314a240fb663325a67f4617becafa2c07f732 | Added reverse routes for all internal urls so they correctly reflect the route they point to. | diff --git a/application/classes/view/base.php b/application/classes/view/base.php
index 723dcc2..847d595 100644
--- a/application/classes/view/base.php
+++ b/application/classes/view/base.php
@@ -1,83 +1,143 @@
<?php defined('SYSPATH') or die('No direct script access.');
class View_Base extends Kostache {
/**
... |
kohana/kohanaframework.org | f1b81fb4bd57746b82fd459d37acc30c876eec20 | Added note about where to find unsupported versions of Kohana. | diff --git a/application/templates/download/body.mustache b/application/templates/download/body.mustache
index 5ea4941..be07f38 100644
--- a/application/templates/download/body.mustache
+++ b/application/templates/download/body.mustache
@@ -1,27 +1,32 @@
<section class="textHeavy">
<h1>Download</h1>
<p>Kohana has ... |
kohana/kohanaframework.org | 7a18781954c487da8355ee477d03b81ee93b355e | Remove .html from links to make them compatible with the old urls. | diff --git a/application/bootstrap.php b/application/bootstrap.php
index 8e7488e..f240172 100644
--- a/application/bootstrap.php
+++ b/application/bootstrap.php
@@ -1,184 +1,184 @@
<?php defined('SYSPATH') or die('No direct script access.');
// -- Environment setup --------------------------------------------------... |
kohana/kohanaframework.org | 3703fdad0ec6f8dbc0dac6b06e7ce58cf956e120 | fixing links relating to the 3.2.0 release | diff --git a/application/config/files.php b/application/config/files.php
index 4d52819..b0ca1b8 100644
--- a/application/config/files.php
+++ b/application/config/files.php
@@ -1,24 +1,24 @@
<?php defined('SYSPATH') or die('No direct script access.');
return array(
'kohana-latest' => array(
'version' => ... |
kohana/kohanaframework.org | 2dfb4c8debaab8348547242f107f99b004e33820 | replacing links to kohanaphp.com with kohanaframework.org (except old docs) | diff --git a/application/templates/development/body.mustache b/application/templates/development/body.mustache
index 687fb9b..1fa746b 100644
--- a/application/templates/development/body.mustache
+++ b/application/templates/development/body.mustache
@@ -1,39 +1,39 @@
<section class="textHeavy">
<h1>Development</h1>
... |
kohana/kohanaframework.org | 0d87e54aa126c5884fb501cece82bd10827d3dc9 | making the links to the assets a little more flexible by using the base url | diff --git a/application/classes/view/base.php b/application/classes/view/base.php
index 6aad6a1..723dcc2 100644
--- a/application/classes/view/base.php
+++ b/application/classes/view/base.php
@@ -1,73 +1,83 @@
<?php defined('SYSPATH') or die('No direct script access.');
class View_Base extends Kostache {
/**
... |
kohana/kohanaframework.org | b13233d979e396d46cccaa20374d074b3d61411d | Turned on full page caching if in Production | diff --git a/application/classes/controller.php b/application/classes/controller.php
new file mode 100644
index 0000000..5c219ab
--- /dev/null
+++ b/application/classes/controller.php
@@ -0,0 +1,17 @@
+<?php defined('SYSPATH') or die('No direct script access.');
+
+class Controller extends Kohana_Controller
+{
+ /**
+ ... |
kohana/kohanaframework.org | 5eacf01082e3601d89657defa695cd744f991aa4 | Final modification to the header background colour to bring it closure to the current theme | diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index a4010cd..2e6d673 100755
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -1,441 +1,441 @@
/*
NOTE: HTML5 Boilerplate defaults edited by Inayaili de León slightly.
HTML5 â° Boilerplate
style.css contains a reset,... |
kohana/kohanaframework.org | a5ab4ce98af1f6d0ff9609f6036b3e7ee18de0d7 | Finished 2.0 release version. Currently without any enhancement, which will follow in the coming weeks | diff --git a/application/templates/development/body.mustache b/application/templates/development/body.mustache
index c0c5ad0..687fb9b 100644
--- a/application/templates/development/body.mustache
+++ b/application/templates/development/body.mustache
@@ -1,49 +1,39 @@
<section class="textHeavy">
<h1>Development</h1>
... |
pavlos/alter-ego-activerecord | 7a7933d7bb4b8f331617d307fbd6dc46ad58cb87 | changed direct attribute access to use read/write attribute methods | diff --git a/Rakefile b/Rakefile
index 15889db..ee4ab78 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,19 +1,19 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('alter-ego-activerecord', '0.1.1') do |p|
+Echoe.new('alter-ego-activerecord', '0.1.2') do |p|
p.description = "Adapter to allow ActiveRecor... |
pavlos/alter-ego-activerecord | 7e91150e715c87427efc3f0244380673201f95be | added init.rb | diff --git a/README.rdoc b/README.rdoc
index e5c529c..1306d8b 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,28 +1,31 @@
= AlterEgo-ActiveRecord
== Motivation
AlterEgo is my favorite Ruby state machine for the following reasons:
1. It's not dependent on ActiveRecord - it can be used on plain Ruby objects.
... |
pavlos/alter-ego-activerecord | 8c4431f817547d2aabd1e27262e1aced5c634f50 | silenced migrations | diff --git a/Manifest b/Manifest
index 9063bad..c9ecd52 100644
--- a/Manifest
+++ b/Manifest
@@ -1,8 +1,9 @@
Manifest
README.rdoc
Rakefile
+alter-ego-activerecord.gemspec
lib/alter_ego/active_record_adapter.rb
test/adapter_test.rb
test/create_traffic_signals.rb
test/helper.rb
test/traffic_signal.rb
diff --git a... |
pavlos/alter-ego-activerecord | 6a576e0152e3eace5dd79dc1fe2c796a5c86789a | more test cases | diff --git a/test/adapter_test.rb b/test/adapter_test.rb
index 7c172b8..1e51173 100644
--- a/test/adapter_test.rb
+++ b/test/adapter_test.rb
@@ -1,33 +1,77 @@
require 'helper'
class AdapterTest < Test::Unit::TestCase
-
+
def setup
CreateTrafficSignals.up
end
+
+ def test_state_stored_in_attributes... |
pavlos/alter-ego-activerecord | 92ef23f8aa3d372bd75b6bfe600c41db781e3f46 | adding tests, rakefile, readme, gemspec, manifest | diff --git a/Manifest b/Manifest
new file mode 100644
index 0000000..9063bad
--- /dev/null
+++ b/Manifest
@@ -0,0 +1,8 @@
+Manifest
+README.rdoc
+Rakefile
+lib/alter_ego/active_record_adapter.rb
+test/adapter_test.rb
+test/create_traffic_signals.rb
+test/helper.rb
+test/traffic_signal.rb
diff --git a/README.rdoc b/READ... |
aemadrid/rubyhaze-persisted | 02b43ede3aa0c8529cd04f5d8abd38fbb16439cb | Regenerated gemspec for version 0.0.3 | diff --git a/rubyhaze-persisted.gemspec b/rubyhaze-persisted.gemspec
index 30cf14c..0da008c 100644
--- a/rubyhaze-persisted.gemspec
+++ b/rubyhaze-persisted.gemspec
@@ -1,65 +1,65 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*-... |
aemadrid/rubyhaze-persisted | ded0c260bab7a75a73e9dd27b22606ea8ba3f8ed | Version bump to 0.0.3 | diff --git a/VERSION b/VERSION
index 4e379d2..bcab45a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.2
+0.0.3
|
aemadrid/rubyhaze-persisted | a595d44fc27a0fc0452646330ee73d508446148e | Refactored a bit and added more tests for ActiveModel integration. | diff --git a/.gitignore b/.gitignore
index a2972e6..551a8fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,23 +1,24 @@
## MAC OS
.DS_Store
## TEXTMATE
*.tmproj
tmtags
## EMACS
*~
\#*
.\#*
## VIM
*.swp
## PROJECT::GENERAL
coverage
rdoc
pkg
.rvmrc
.idea/*
+tmp
## PROJECT::SPECIFIC
diff --git a... |
aemadrid/rubyhaze-persisted | 7a3770595710e24065ffe23a2f3f657b427a1f02 | Version bump to 0.0.2 | diff --git a/VERSION b/VERSION
index 8acdd82..4e379d2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.1
+0.0.2
|
aemadrid/rubyhaze-persisted | 68ee40876f9da0b3b561dbf7fb1ed9946a1cf14b | Touchup. | diff --git a/lib/rubyhaze-persisted.rb b/lib/rubyhaze-persisted.rb
new file mode 100644
index 0000000..e69de29
|
aemadrid/rubyhaze-persisted | 34229689421d461e46f5604af7fbb84ef6f141ea | Regenerated gemspec for version 0.0.1 | diff --git a/rubyhaze-persisted.gemspec b/rubyhaze-persisted.gemspec
index 9052258..3aaa3bc 100644
--- a/rubyhaze-persisted.gemspec
+++ b/rubyhaze-persisted.gemspec
@@ -1,55 +1,55 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*-... |
aemadrid/rubyhaze-persisted | 2e4cac0fdbe140c33f5392493808fd7ec9e6baf3 | Touchup | diff --git a/Rakefile b/Rakefile
index b19ec56..6a494d0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,55 +1,55 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "rubyhaze-persisted"
gem.summary = %Q{ActiveRecord-like objects persisted with Hazelcast an... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.