Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Small tweaks in ActionController subscriber messages format. | José Valim | 2010-01-15 | 2 | -3/+10 | |
| | | | ||||||
| | * | Move Dispatcher setup to Railties and add instrumentation hook. | José Valim | 2010-01-15 | 13 | -119/+193 | |
| | | | ||||||
| | * | Set a good example, no system ignores in project ignore file | Joshua Peek | 2010-01-13 | 1 | -5/+0 | |
| | | | ||||||
| | * | Respect resources_path_names and :path_names options in new dsl | Joshua Peek | 2010-01-13 | 5 | -68/+133 | |
| | | | ||||||
| | * | 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 | |
| | | | | | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | Make check boxes accept :multiple as option so they can handle collections ↵ | José Valim | 2010-01-14 | 3 | -2/+20 | |
| | | | | | | | | | | | | (such as HABTM). | |||||
| | * | 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 | |
| | | | | | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| | * | 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 | |
| | | | | | | | | | | | | 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. |