| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate the `eager_load_paths` configuration | Andrew White | 2013-01-24 | 7 | -66/+91 |
* | use the helpers list rather than getting the methods from the module | Aaron Patterson | 2013-01-24 | 1 | -1/+1 |
* | module_eval is not necessary here | Aaron Patterson | 2013-01-24 | 1 | -3/+1 |
* | don't need to eval everything | Aaron Patterson | 2013-01-24 | 1 | -1/+1 |
* | reduce the number of queries on IN clauses, fix relation queries in `where` | Aaron Patterson | 2013-01-24 | 3 | -2/+20 |
* | stop converting strings to symbols | Aaron Patterson | 2013-01-24 | 1 | -1/+1 |
* | Default dead_connection_timeout to 5 | Akira Matsuda | 2013-01-24 | 1 | -1/+1 |
* | Describing the reason for defining BlankTopic#blank? which will never be called | Akira Matsuda | 2013-01-24 | 1 | -0/+1 |
* | Revert "Unused methods, module, etc." | Akira Matsuda | 2013-01-24 | 4 | -0/+28 |
* | Unused methods, module, etc. | Akira Matsuda | 2013-01-24 | 4 | -28/+0 |
* | Set Thread.abort_on_exception for the whole AS, AP, and AR tests | Akira Matsuda + Koichi Sasada | 2013-01-24 | 3 | -0/+6 |
* | Unused test model | Akira Matsuda | 2013-01-24 | 1 | -5/+0 |
* | Goodbye there, very special rubbish! | Akira Matsuda | 2013-01-24 | 4 | -19/+1 |
* | proxy_{owner,reflection,target} are no more available | Akira Matsuda | 2013-01-24 | 1 | -11/+1 |
* | Unused model DeprecatedPostWithComment | Akira Matsuda | 2013-01-24 | 1 | -7/+0 |
* | Depend on thor >= 0.17.0 | Carlos Antonio da Silva | 2013-01-23 | 2 | -4/+1 |
* | Fix PostgreSQL tests on Travis | Andrew White | 2013-01-24 | 3 | -11/+37 |
* | ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051] | Xavier Noria | 2013-01-23 | 2 | -3/+7 |
* | Merge pull request #7345 from slbug/master | Rafael Mendonça França | 2013-01-23 | 11 | -189/+431 |
|\ |
|
| * | Add postgresql range types support | bUg | 2013-01-23 | 11 | -189/+431 |
* | | Remove warning by using a custom coder | Andrew White | 2013-01-23 | 1 | -2/+16 |
|/ |
|
* | Merge pull request #9035 from adomokos/aligning_tests | Carlos Antonio da Silva | 2013-01-23 | 1 | -0/+8 |
|\ |
|
| * | Adding the route_key and param_key tests | Attila Domokos | 2013-01-22 | 1 | -0/+8 |
* | | A test case name needs to start with "test_" | Akira Matsuda | 2013-01-23 | 1 | -1/+1 |
* | | Fix some wrong String extensions tests | Akira Matsuda | 2013-01-23 | 1 | -7/+9 |
* | | Test String#dasherize | Akira Matsuda | 2013-01-23 | 1 | -0/+6 |
* | | Test that rescue_from accepts a class name in String | Akira Matsuda | 2013-01-23 | 1 | -2/+1 |
* | | Test Kernel#quietly | Akira Matsuda | 2013-01-23 | 1 | -0/+12 |
* | | Test try! with a block | Akira Matsuda | 2013-01-23 | 1 | -0/+4 |
* | | Test that DeprecatedConstantProxy does not warn when accessing its class | Akira Matsuda | 2013-01-23 | 1 | -0/+1 |
* | | Missing AS::Deprecation::DeprecatedObjectProxy test | Akira Matsuda | 2013-01-23 | 1 | -0/+5 |
* | | Test that a DateTime acts_like_date | Akira Matsuda | 2013-01-23 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #9031 from virusman/doc-no-asset-concat | Guillermo Iguaran | 2013-01-22 | 2 | -125/+0 |
|\ |
|
| * | Remove old asset tags API from docs, reflecting changes from #7900 | virusman | 2013-01-23 | 2 | -125/+0 |
* | | Less strict activerecord-deprecated_finders version | Rafael Mendonça França | 2013-01-22 | 1 | -1/+1 |
* | | Revert "Round usec when writing timestamp attribute." | Andrew White | 2013-01-22 | 2 | -28/+5 |
* | | Add failing test case for #8460 | Andrew White | 2013-01-22 | 1 | -0/+14 |
* | | Merge pull request #9027 from carlosantoniodasilva/revert-locale | Steve Klabnik | 2013-01-22 | 5 | -37/+24 |
|\ \ |
|
| * | | Revert "Merge pull request #7873 from steveklabnik/update_initializer" | Carlos Antonio da Silva | 2013-01-22 | 2 | -9/+8 |
| * | | Revert "Set the default timezone after the initialization since the configura... | Carlos Antonio da Silva | 2013-01-22 | 2 | -27/+15 |
| * | | Revert "updating i18n guide with locale config location." | Carlos Antonio da Silva | 2013-01-22 | 1 | -1/+1 |
| |/ |
|
* | | Lets kepp using Ruby 1.9 syntax | Rafael Mendonça França | 2013-01-22 | 2 | -37/+37 |
* | | Only check for unpermmited parameters if | Rafael Mendonça França | 2013-01-22 | 1 | -1/+1 |
|/ |
|
* | avoid creating an object in every call | Xavier Noria | 2013-01-22 | 1 | -1/+2 |
* | Merge pull request #9026 from tricknotes/remove-unnecessary-require | Xavier Noria | 2013-01-22 | 1 | -1/+0 |
|\ |
|
| * | Remove unnecessary require | Ryunosuke SATO | 2013-01-22 | 1 | -1/+0 |
|/ |
|
* | Re-do Getting Started application with Rails 4. | Steve Klabnik | 2013-01-22 | 76 | -301/+404 |
* | fixing link to validations guide in getting started guide | Steve Klabnik | 2013-01-22 | 1 | -4/+5 |
* | Getting Started Guide: strong_parameters | Steve Klabnik | 2013-01-22 | 2 | -8/+33 |
* | Fix images in getting started guide. | Steve Klabnik | 2013-01-22 | 5 | -0/+0 |