| Commit message (Expand) | Author | Age | Files | Lines |
* | optimise_named_routes is unnecessary | Joshua Peek | 2010-01-13 | 3 | -19/+0 |
* | Add documentation to f.submit and make scaffold generators use the new shortcut. | José Valim | 2010-01-14 | 2 | -20/+35 |
* | Different nested validations should not be ignore [#3638 status:resolved] | José Valim | 2010-01-14 | 2 | -1/+10 |
* | Ensure optional path scopes are properly handled. | José Valim | 2010-01-14 | 2 | -8/+64 |
* | Custom 'type' attribute support for text_field. [#3646 status:resolved] | Stephen Celis | 2010-01-14 | 2 | -1/+6 |
* | Make check boxes accept :multiple as option so they can handle collections (s... | José Valim | 2010-01-14 | 3 | -2/+20 |
* | Call :to_model before working with the object. | José Valim | 2010-01-14 | 2 | -8/+13 |
* | Add possibility to use i18n translatios in submit FormHelper. | Carlos Antonio da Silva | 2010-01-14 | 3 | -14/+89 |
* | Tidy up ActiveRecord and Views runtime information on process action logger. | José Valim | 2010-01-14 | 5 | -16/+19 |
* | Add notifications to ActiveResource. | José Valim | 2010-01-14 | 4 | -10/+68 |
* | Add instrument! to notifications which adds the result to the payload. | José Valim | 2010-01-14 | 3 | -3/+21 |
* | Add subscriber to ActionMailer. | José Valim | 2010-01-14 | 5 | -45/+84 |
* | Add router support for resources :only and :except actions | Joshua Peek | 2010-01-13 | 2 | -16/+56 |
* | Cool this routing test passes now | Joshua Peek | 2010-01-13 | 1 | -14/+13 |
* | Pass :as to resources to change the resource name | Joshua Peek | 2010-01-13 | 2 | -4/+31 |
* | Passing in a crud action overloads the default action instead of creating a | Joshua Peek | 2010-01-13 | 2 | -2/+26 |
* | ControllerRuntime tests also use Rails::Subscriber::TestHelper. | José Valim | 2010-01-13 | 2 | -22/+32 |
* | Test fragment/page cache and send data/file notifications. | José Valim | 2010-01-13 | 3 | -17/+100 |
* | Add subscriber for ActionPack and move all logging inside it. | José Valim | 2010-01-13 | 24 | -275/+378 |
* | Deprecate ActiveRecord::Base.colorize_logging. | José Valim | 2010-01-13 | 2 | -9/+8 |
* | Create Rails::Subscriber::TestHelper and use it to make ActiveRecord subscrib... | José Valim | 2010-01-13 | 4 | -33/+174 |
* | Move AR logging responsibilities to ActiveRecord::Railties::Subscriber. | José Valim | 2010-01-13 | 5 | -46/+35 |
* | Set up subscriber on initialization. | José Valim | 2010-01-13 | 6 | -15/+74 |
* | Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de... | José Valim | 2010-01-13 | 2 | -25/+0 |
* | Get rid of old rails_info_controller.rb | José Valim | 2010-01-13 | 1 | -2/+0 |
* | Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER. | José Valim | 2010-01-13 | 8 | -49/+70 |
* | Allow to add subscribers through Railtie. | José Valim | 2010-01-13 | 4 | -0/+15 |
* | Do not send notifications when instrumentation raise an error. | José Valim | 2010-01-13 | 2 | -9/+6 |
* | Stub initial Rails::Subscriber implementation. | José Valim | 2010-01-13 | 2 | -0/+198 |
* | As the other constants, RAILS_DEFAULT_LOGGER no more. | José Valim | 2010-01-13 | 2 | -33/+23 |
* | Revert "Add a generator_paths config option" | José Valim | 2010-01-13 | 2 | -13/+5 |
* | Remove old bundler version from vendor. | José Valim | 2010-01-13 | 21 | -1518/+0 |
* | reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was gett... | Chad Woolley | 2010-01-12 | 2 | -3/+3 |
* | Use Relation#except for reversing the order | Pratik Naik | 2010-01-12 | 1 | -3/+2 |
* | Ensure using proper engine for Arel::Table | Pratik Naik | 2010-01-12 | 1 | -4/+4 |
* | Delay building arel relation as long as possible for improved introspection | Pratik Naik | 2010-01-12 | 7 | -185/+182 |
* | Fix typos and add tests to ensure they will be caught the next time. | José Valim | 2010-01-11 | 3 | -3/+11 |
* | Expose connections available in the connection pool. | José Valim | 2010-01-11 | 3 | -1/+5 |
* | Improve ActionPack logger output. | José Valim | 2010-01-11 | 1 | -5/+8 |
* | Get everyone running on Rails.env and fix the broken environment settings for... | David Heinemeier Hansson | 2010-01-11 | 11 | -26/+35 |
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2010-01-11 | 15 | -200/+124 |
|\ |
|
| * | Cleanup junk metal and revise API | Joshua Peek | 2010-01-10 | 5 | -65/+28 |
| * | Rewrite Metal tests | Joshua Peek | 2010-01-10 | 8 | -135/+86 |
| * | Javascript tests expects the old default of escaping HTML, make it so for now | David Heinemeier Hansson | 2010-01-10 | 2 | -0/+10 |
| * | Use safe_concat instead of trying to html_safe! what might be a frozen string | David Heinemeier Hansson | 2010-01-10 | 1 | -2/+2 |
* | | Send the connection in AR notifications to avoid checking out new connections... | José Valim | 2010-01-11 | 2 | -3/+5 |
* | | Provide useful information when instrumenting partials. | José Valim | 2010-01-11 | 1 | -8/+6 |
|/ |
|
* | Raise an error if respond_with is invoked and no format is declared. | José Valim | 2010-01-10 | 6 | -74/+68 |
* | Ensure nested namespaces work as expected. | José Valim | 2010-01-10 | 2 | -7/+16 |
* | Fixes namespaced routes [#3673 status:resolved] | Joao Carlos | 2010-01-10 | 2 | -5/+13 |