Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | oops, forgot to commit the tests! :bomb: | Aaron Patterson | 2012-03-23 | 1 | -0/+67 | |
* | | | | | | | | chdir before globbing so that we don't need to escape directory names. | Aaron Patterson | 2012-03-23 | 1 | -1/+30 | |
* | | | | | | | | Merge pull request #5550 from schneems/schneems/server_env | Aaron Patterson | 2012-03-23 | 4 | -0/+63 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | match rails console environment support, to server | schneems | 2012-03-22 | 2 | -0/+32 | |
| * | | | | | | | | fix rails server support of RAILS_ENV variable | schneems | 2012-03-20 | 2 | -0/+31 | |
* | | | | | | | | | Merge pull request #5518 from rafaelfranca/minor-refactor | José Valim | 2012-03-23 | 1 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove code duplication | Rafael Mendonça França | 2012-03-19 | 1 | -11/+11 | |
* | | | | | | | | | | Merge pull request #5556 from rafaelfranca/remove-warning | Piotr Sarnacki | 2012-03-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use the new scope syntax | Rafael Mendonça França | 2012-03-23 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #5374 from nertzy/remove_deprecated_partial_path_from_acti... | José Valim | 2012-03-23 | 2 | -28/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove ActiveModel::Naming#partial_path | Grant Hutchins | 2012-03-10 | 2 | -28/+1 | |
* | | | | | | | | | | Fix tests, when creating rescue handler, we need to check for arity now | Piotr Sarnacki | 2012-03-23 | 1 | -1/+5 | |
* | | | | | | | | | | Merge pull request #5546 from mptre/master | Piotr Sarnacki | 2012-03-23 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixed missing space bug introduces in rails/rails@9299bfdcd387253d83b645c205b... | Anton Lindqvist | 2012-03-22 | 2 | -4/+5 | |
* | | | | | | | | | | | properly namespace the fixture exception | Aaron Patterson | 2012-03-22 | 2 | -7/+3 | |
* | | | | | | | | | | | Merge pull request #5552 from lest/patch-3 | Aaron Patterson | 2012-03-22 | 3 | -6/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | deprecate Proc#bind that can cause symbol memory leak | Sergey Nartimov | 2012-03-22 | 3 | -6/+11 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #5540 from mhfs/another_blank_line_fix | Piotr Sarnacki | 2012-03-21 | 2 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Avoid another blank line in generated migration and remove assertion as per @... | Marcelo Silveira | 2012-03-21 | 2 | -2/+1 | |
* | | | | | | | | | | | remove duplicate requires. thanks @atambo | Aaron Patterson | 2012-03-21 | 1 | -1/+0 | |
* | | | | | | | | | | | evented listeners can subscribe to any message | Aaron Patterson | 2012-03-21 | 1 | -9/+27 | |
* | | | | | | | | | | | evented subscribers work | Aaron Patterson | 2012-03-21 | 1 | -6/+10 | |
* | | | | | | | | | | | start / finish events are sent by the instrumenter | Aaron Patterson | 2012-03-21 | 2 | -7/+41 | |
* | | | | | | | | | | | push the autoloads up to requires | Aaron Patterson | 2012-03-21 | 1 | -4/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 20 | -83/+159 | |
* | | | | | | | | | | Avoid obscure &Proc.new thing | Jon Leighton | 2012-03-21 | 1 | -2/+2 | |
* | | | | | | | | | | Remove valid_scope_name? check - use ruby | Jon Leighton | 2012-03-21 | 2 | -30/+1 | |
* | | | | | | | | | | no need for cast | Jon Leighton | 2012-03-21 | 1 | -1/+0 | |
* | | | | | | | | | | no need for lvar | Jon Leighton | 2012-03-21 | 1 | -3/+1 | |
* | | | | | | | | | | split subscribers based on pattern type | Aaron Patterson | 2012-03-21 | 1 | -13/+31 | |
* | | | | | | | | | | Merge pull request #5532 from mhfs/migration_blank_line | José Valim | 2012-03-21 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove blank line from generated migration | Marcelo Silveira | 2012-03-20 | 2 | -1/+2 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #5522 from travisjeffery/fix_migration_generator_adding_re... | José Valim | 2012-03-21 | 2 | -0/+21 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Generate Migration Thats Adds Removed Index | Travis Jeffery | 2012-03-21 | 2 | -0/+21 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | We dont need to merge in the parameters as thats all being reset by the rack ... | David Heinemeier Hansson | 2012-03-20 | 1 | -1/+0 | |
* | | | | | | | | | probably should require the objects we monkey patch. | Aaron Patterson | 2012-03-20 | 1 | -0/+1 | |
* | | | | | | | | | search private and protected methods for convert_key | Aaron Patterson | 2012-03-20 | 2 | -3/+3 | |
* | | | | | | | | | bigdecimal can be duped on Ruby 2.0 | Aaron Patterson | 2012-03-20 | 2 | -2/+22 | |
* | | | | | | | | | guides location has changed [ci skip] | Vijay Dev | 2012-03-20 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #5524 from kennyj/add_missing_require | Xavier Noria | 2012-03-20 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add missing require | kennyj | 2012-03-20 | 1 | -0/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #5515 from rafaelfranca/remove-exclude | José Valim | 2012-03-19 | 2 | -14/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix secure cookies when there are more than one space before the secure | Rafael Mendonça França | 2012-03-19 | 2 | -1/+29 | |
| * | | | | | | | | Remove exclude option from ActionDispatch::SSL | Rafael Mendonça França | 2012-03-19 | 2 | -13/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #5503 from jeyb/leap_day_time_date_time_selector | Andrew White | 2012-03-19 | 3 | -13/+27 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis... | Jey Balachandran | 2012-03-18 | 3 | -13/+27 | |
* | | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-03-19 | 9 | -23/+122 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | -h also shows help options. | Sandeep | 2012-03-19 | 1 | -1/+1 | |
| * | | | | | | | | respond_with description: changed 'response' to 'format' | Mark Thomson | 2012-03-18 | 1 | -1/+1 | |
| * | | | | | | | | Revised comments for respond_with | Mark Thomson | 2012-03-18 | 1 | -17/+18 |