aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | [engines] [ci-skip] Add example of precompiling engine assetsadman652012-03-221-0/+15
| * | | | | | | | | | | improvements in "caching_with_rails" guidekucaahbe2012-03-221-8/+10
| * | | | | | | | | | | Fixed-width font fix for instance variableJuanjo Bazán2012-03-201-1/+1
| * | | | | | | | | | | [ci skip] Make guides more readable & consistentMark D. Blackwell2012-03-203-82/+83
| * | | | | | | | | | | Correct description of ['migrated_at > ?', 1.week.ago] from "more than a week...Dave Burt2012-03-201-1/+1
| * | | | | | | | | | | Merge branch 'master' of github.com:lifo/docrailsCharles Brian Quinn2012-03-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Adding comma to correct syntax in comment.Jesse Brown2012-03-191-1/+1
| * | | | | | | | | | | | Updates ActionMailer Base summary and fixes space in code example.Charles Brian Quinn2012-03-191-4/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #5569 from arunagw/warning_remove_masterVijay Dev2012-03-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | removed warning: shadowing outer local variable - exceptionArun Agrawal2012-03-241-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #5567 from tpope/xhr-booleanAaron Patterson2012-03-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Return an actual boolean from xml_http_request?Tim Pope2012-03-231-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | oops, forgot to commit the tests! :bomb:Aaron Patterson2012-03-231-0/+67
* | | | | | | | | | | chdir before globbing so that we don't need to escape directory names.Aaron Patterson2012-03-231-1/+30
* | | | | | | | | | | Merge pull request #5550 from schneems/schneems/server_envAaron Patterson2012-03-234-0/+63
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | match rails console environment support, to serverschneems2012-03-222-0/+32
| * | | | | | | | | | | fix rails server support of RAILS_ENV variableschneems2012-03-202-0/+31
* | | | | | | | | | | | Merge pull request #5518 from rafaelfranca/minor-refactorJosé Valim2012-03-231-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove code duplicationRafael Mendonça França2012-03-191-11/+11
* | | | | | | | | | | | | Merge pull request #5556 from rafaelfranca/remove-warningPiotr Sarnacki2012-03-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use the new scope syntaxRafael Mendonça França2012-03-231-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #5374 from nertzy/remove_deprecated_partial_path_from_acti...José Valim2012-03-232-28/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Remove ActiveModel::Naming#partial_pathGrant Hutchins2012-03-102-28/+1
* | | | | | | | | | | | | Fix tests, when creating rescue handler, we need to check for arity nowPiotr Sarnacki2012-03-231-1/+5
* | | | | | | | | | | | | Merge pull request #5546 from mptre/masterPiotr Sarnacki2012-03-232-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixed missing space bug introduces in rails/rails@9299bfdcd387253d83b645c205b...Anton Lindqvist2012-03-222-4/+5
* | | | | | | | | | | | | | properly namespace the fixture exceptionAaron Patterson2012-03-222-7/+3
* | | | | | | | | | | | | | Merge pull request #5552 from lest/patch-3Aaron Patterson2012-03-223-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | deprecate Proc#bind that can cause symbol memory leakSergey Nartimov2012-03-223-6/+11
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #5540 from mhfs/another_blank_line_fixPiotr Sarnacki2012-03-212-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Avoid another blank line in generated migration and remove assertion as per @...Marcelo Silveira2012-03-212-2/+1
* | | | | | | | | | | | | | remove duplicate requires. thanks @atamboAaron Patterson2012-03-211-1/+0
* | | | | | | | | | | | | | evented listeners can subscribe to any messageAaron Patterson2012-03-211-9/+27
* | | | | | | | | | | | | | evented subscribers workAaron Patterson2012-03-211-6/+10
* | | | | | | | | | | | | | start / finish events are sent by the instrumenterAaron Patterson2012-03-212-7/+41
* | | | | | | | | | | | | | push the autoloads up to requiresAaron Patterson2012-03-211-4/+4
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Deprecate eager-evaluated scopes.Jon Leighton2012-03-2120-83/+159
* | | | | | | | | | | | | Avoid obscure &Proc.new thingJon Leighton2012-03-211-2/+2
* | | | | | | | | | | | | Remove valid_scope_name? check - use rubyJon Leighton2012-03-212-30/+1
* | | | | | | | | | | | | no need for castJon Leighton2012-03-211-1/+0
* | | | | | | | | | | | | no need for lvarJon Leighton2012-03-211-3/+1
* | | | | | | | | | | | | split subscribers based on pattern typeAaron Patterson2012-03-211-13/+31
* | | | | | | | | | | | | Merge pull request #5532 from mhfs/migration_blank_lineJosé Valim2012-03-212-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove blank line from generated migrationMarcelo Silveira2012-03-202-1/+2
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #5522 from travisjeffery/fix_migration_generator_adding_re...José Valim2012-03-212-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Generate Migration Thats Adds Removed IndexTravis Jeffery2012-03-212-0/+21
|/ / / / / / / / / / / /
* | | | | | | | | | | | We dont need to merge in the parameters as thats all being reset by the rack ...David Heinemeier Hansson2012-03-201-1/+0
* | | | | | | | | | | | probably should require the objects we monkey patch.Aaron Patterson2012-03-201-0/+1
* | | | | | | | | | | | search private and protected methods for convert_keyAaron Patterson2012-03-202-3/+3
* | | | | | | | | | | | bigdecimal can be duped on Ruby 2.0Aaron Patterson2012-03-202-2/+22