Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |
| | | | | | | | | | | | | new member action. | |||||
| | * | 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 ↵ | José Valim | 2010-01-13 | 4 | -33/+174 | |
| | | | | | | | | | | | | subscriber tests run in both sync and async scenarios. | |||||
| | * | 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 ↵ | José Valim | 2010-01-13 | 2 | -25/+0 | |
| | | | | | | | | | | | | (deprecated since 2.2). | |||||
| | * | 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 | |
| | | | | | | | | | | | | This reverts commit 8665c754cb61c947cd55f8886c28188050aed78d. | |||||
| | * | 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 ↵ | Chad Woolley | 2010-01-12 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | getting negative and changing values for ID field. See http://www.sqlite.org/datatypes.html Signed-off-by: Yehuda Katz <wycats@gmail.com> | |||||
| | * | 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 ↵ | David Heinemeier Hansson | 2010-01-11 | 11 | -26/+35 | |
| | | | | | | | | | | | | for script/console and script/dbconsole | |||||
| | * | 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 | |
| | | | | | | | | | | | | | | | | | | | | API Change: Returning a "X-Cascade: pass" header triggers the cascade instead of a 404 response. | |||||
| | | * | 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 ↵ | José Valim | 2010-01-11 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | | connections in threads just for logging purposes. | |||||
| | * | | 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 | |
| | | | | | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | Have to remove the environment name from ARGV or IRB will freak out | David Heinemeier Hansson | 2010-01-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add a generator_paths config option | Yehuda Katz | 2010-01-09 | 2 | -5/+13 | |
| | | | ||||||
| | * | Merge remote branch 'eloy/master' | José Valim | 2010-01-09 | 13 | -31/+125 | |
| | |\ | ||||||
| | | * | Renamed AssociationReflection #collection_association? to #collection?. | Eloy Duran | 2010-01-08 | 5 | -14/+14 | |
| | | | | ||||||
| | | * | Rollback the transaction when one of the autosave associations fails to ↵ | Eloy Duran | 2010-01-08 | 6 | -5/+78 | |
| | | | | | | | | | | | | | | | | save. [#3391 state:resolved] | |||||
| | | * | Exclude unchanged records from the collection being considered for autosave. ↵ | Lawrence Pit | 2010-01-08 | 2 | -12/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | [#2578 state:resolved] Signed-off-by: Eloy Duran <eloy.de.enige@gmail.com> | |||||
| | | * | Add failing test that triggers the stack overflow | Bryan Stearns | 2010-01-08 | 4 | -0/+26 | |
| | | | | ||||||
| | * | | Fix typo by renaming :genre to :gender. | José Valim | 2010-01-09 | 3 | -8/+8 | |
| | | | | ||||||
| | * | | Ensure new validates works with uniqueness validator. | José Valim | 2010-01-08 | 4 | -90/+85 | |
| | | | | ||||||
| | * | | Fixed that PrototypeHelper#update_page should return html_safe [DHH] | David Heinemeier Hansson | 2010-01-08 | 2 | -1/+3 | |
| | | | |