Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge pull request #16412 from yevhene/master | Santiago Pastorino | 2014-08-07 | 3 | -2/+18 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Allow password to contain spaces only. | Yevhene Shemet | 2014-08-06 | 3 | -2/+18 | |
| * | | | | | | | | Merge pull request #16419 from tgxworld/remove_legacy_code | Santiago Pastorino | 2014-08-07 | 1 | -34/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove ActionController::RaiseActionExceptions. | Guo Xiang Tan | 2014-08-07 | 1 | -34/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Define id_was to get the previous value of the primary key | Rafael Mendonça França | 2014-08-06 | 3 | -1/+28 | |
| * | | | | | | | | Test using turbolinks master | Rafael Mendonça França | 2014-08-06 | 1 | -1/+1 | |
| * | | | | | | | | Fix DateTime comparison with DateTime::Infinity object | Rafael Mendonça França | 2014-08-06 | 3 | -1/+8 | |
| * | | | | | | | | lazily instantiate application subclasses | Aaron Patterson | 2014-08-06 | 3 | -4/+18 | |
| * | | | | | | | | refactor Redirecting so we do not need a controller instance | Aaron Patterson | 2014-08-06 | 2 | -10/+7 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | defined? should actually work in current implementation | Akira Matsuda | 2014-08-07 | 1 | -9/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #16402 from bogdan/select_with_empty_block | Santiago Pastorino | 2014-08-06 | 2 | -1/+14 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed #select form builder helper to support block with html output | Bogdan Gusiev | 2014-08-05 | 2 | -1/+14 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge pull request #16359 from skanev/after-bundle-in-rails-templates | Yves Senn | 2014-08-06 | 7 | -3/+95 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add after_bundle to the release notes and upgrade guide | Stefan Kanev | 2014-08-05 | 2 | -0/+35 | |
| | * | | | | | | Add an after_bundle callback in Rails templates | Stefan Kanev | 2014-08-03 | 5 | -3/+60 | |
| * | | | | | | | Merge pull request #16316 from rails/senny/purge_schema_maintenance | Yves Senn | 2014-08-06 | 6 | -14/+133 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | schema rake tasks are specific about the configuration to act on. | Yves Senn | 2014-08-06 | 4 | -22/+39 | |
| | * | | | | | | | Revert "Revert "Merge pull request #15394 from morgoth/fix-automatic-maintain... | Yves Senn | 2014-08-06 | 4 | -3/+105 | |
| |/ / / / / / / | ||||||
| * | | | | | | | call the routes method on engines | Aaron Patterson | 2014-08-05 | 1 | -74/+37 | |
| * | | | | | | | a rails application should be an engine subclass | Aaron Patterson | 2014-08-05 | 1 | -1/+1 | |
| * | | | | | | | no reason to lazily instantiate the routes | Aaron Patterson | 2014-08-05 | 1 | -45/+42 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* / | | | | | | Stop using padding in the generated Gemfile -- it looks shit | David Heinemeier Hansson | 2014-08-07 | 2 | -6/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16364 from arthurnn/make_transaction_one_class | Jeremy Kemper | 2014-08-05 | 2 | -72/+56 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Cleanup Transaction inheritance. | Arthur Neves | 2014-08-05 | 2 | -72/+56 | |
* | | | | | | | just assign the instance variables on the test | Aaron Patterson | 2014-08-05 | 1 | -7/+3 | |
* | | | | | | | We don't need parenthesis for this | Guillermo Iguaran | 2014-08-05 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #16405 from arthurnn/fix_digest_etag_test | Guillermo Iguaran | 2014-08-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix digest ETAG test. | Arthur Neves | 2014-08-05 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #16404 from bogdan/move-create-with-bang | Carlos Antonio da Silva | 2014-08-05 | 2 | -15/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Moved #create! method from Validations to Persistence module | Bogdan Gusiev | 2014-08-05 | 2 | -15/+12 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Fix AS docs / changelog with wrong method [ci skip] | Carlos Antonio da Silva | 2014-08-05 | 2 | -3/+3 | |
* | | | | | | | Bring back the helpers tests | José Valim | 2014-08-05 | 3 | -0/+50 | |
* | | | | | | | Remove unused text? predicate method and delegation | Carlos Antonio da Silva | 2014-08-05 | 2 | -5/+1 | |
* | | | | | | | Call public methods rather than class_eval'ing | Carlos Antonio da Silva | 2014-08-05 | 1 | -4/+2 | |
|/ / / / / / | ||||||
* | | | | | | avoid testing only_path | Aaron Patterson | 2014-08-04 | 2 | -2/+5 | |
* | | | | | | Merge pull request #16396 from eileencodes/dont-delegate-chain-to-through-ass... | Rafael Mendonça França | 2014-08-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't delegate Reflection#chain to ThroughAssociation | eileencodes | 2014-08-04 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16395 from jonatack/patch-8 | Rafael Mendonça França | 2014-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update itself.rb [ci skip] | Jon Atack | 2014-08-05 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16375 from johnnyshields/guides | Richard Schneeman | 2014-08-04 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Guides: Add definition of `config.assets.manifest` option to config... | Johnny Shields | 2014-08-05 | 1 | -0/+2 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Only define Objetc#itself when it is not defined | Rafael Mendonça França | 2014-08-04 | 1 | -8/+10 | |
* | | | | | | Merge pull request #16393 from jonatack/patch-8 | Rafael Mendonça França | 2014-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix typo [ci skip] | Jon Atack | 2014-08-04 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Regenerate sid when sbdy tries to fixate the session | Santiago Pastorino | 2014-08-04 | 2 | -12/+11 | |
* | | | | | | Merge pull request #16333 from joker1007/fix_decimal_cast_from_float_with_lar... | Yves Senn | 2014-08-04 | 3 | -4/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix type casting to Decimal from Float with ... | joker1007 | 2014-08-01 | 3 | -4/+26 | |
* | | | | | | | Explain why we use asset digests, not what a setter does | David Heinemeier Hansson | 2014-08-03 | 2 | -2/+4 | |
* | | | | | | | Add suggestion as to how you can app the the assets load path | David Heinemeier Hansson | 2014-08-03 | 1 | -0/+3 | |
* | | | | | | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2014-08-03 | 2 | -43/+33 | |
|\ \ \ \ \ \ \ |