Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix t('.helper'). | José Valim | 2010-01-26 | 3 | -15/+17 |
| | |||||
* | Bring layouts with proc back alive. | José Valim | 2010-01-26 | 1 | -1/+15 |
| | |||||
* | Merge remote branch 'mikel/master' | José Valim | 2010-01-26 | 1 | -0/+57 |
|\ | |||||
| * | Merge branch 'master' of git://github.com/rails/rails | José Valim and Mikel Lindsaar | 2010-01-25 | 4 | -7/+11 |
| |\ | | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/mail_helper.rb railties/lib/rails/configuration.rb | ||||
| * | | Added AbstractController::Collector. | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -0/+57 |
| | | | |||||
* | | | Ensure root routes inside optional scopes works as expected. | José Valim | 2010-01-26 | 1 | -7/+14 |
| | | | |||||
* | | | Add a deprecation for helpers_dir. | José Valim | 2010-01-25 | 1 | -2/+13 |
| | | | |||||
* | | | As first step setup the load path and lazy compare middlewares. | José Valim | 2010-01-25 | 1 | -0/+6 |
| |/ |/| | |||||
* | | Fix failing tests after merge. | José Valim | 2010-01-24 | 4 | -7/+11 |
|/ | |||||
* | Ensure strings given to render with slash are rendered relative to the ↵ | José Valim | 2010-01-22 | 1 | -5/+30 |
| | | | | configured _prefix. | ||||
* | Make filter parameters based on request, so they can be modified for ↵ | José Valim | 2010-01-21 | 3 | -32/+33 |
| | | | | anything in the middleware stack. | ||||
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 4 | -152/+9 |
| | |||||
* | Add shortcut test to abstract/render_test.rb | José Valim | 2010-01-21 | 1 | -0/+9 |
| | |||||
* | Tidy up new filter_parameters implementation. | José Valim | 2010-01-21 | 2 | -14/+46 |
| | |||||
* | Add deprecation warning for calling filter_parameter_logging ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -51/+0 |
| | | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Move filter_parameter_logging logic out of the controller and create ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -0/+34 |
| | | | | | | ActionDispatch::ParametersFilter to handle parameter filteration instead. This will make filteration not depending on controller anymore. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Move ActionController::Translation to AbstractController::Translation. | José Valim | 2010-01-20 | 1 | -0/+0 |
| | |||||
* | Stop overriding LoadError.new to return a MissingSourceError (and sometimes ↵ | Yehuda Katz | 2010-01-19 | 1 | -1/+1 |
| | | | | nil!) | ||||
* | Disable ShowExceptions during integration tests | Joshua Peek | 2010-01-19 | 3 | -13/+13 |
| | |||||
* | Move parameters to the top on logging. | José Valim | 2010-01-19 | 2 | -26/+32 |
| | |||||
* | Fix failing test. | José Valim | 2010-01-19 | 1 | -2/+2 |
| | |||||
* | Do not send rack.input or any other rack information to AD listeners. | José Valim | 2010-01-19 | 1 | -3/+2 |
| | |||||
* | Missing rename from named_scope to scope [#3735 status:resolved] | Damien Mathieu | 2010-01-18 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Clear out AS callback method pollution in AC::Base.action_methods | Joshua Peek | 2010-01-17 | 1 | -1/+27 |
| | |||||
* | Accessing nonexistant cookies through the signed jar should not raise an | Joshua Peek | 2010-01-17 | 1 | -0/+5 |
| | | | | exception | ||||
* | Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved] | Sam Elliott and Santiago Pastorino | 2010-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Make local_request? to returns true when facing ::1 IPv6 address [#3257 ↵ | Prem Sichanugrist | 2010-01-17 | 1 | -10/+12 |
| | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add ActionDispatch::Railties::Subscriber and finish tidying up the logging. | José Valim | 2010-01-17 | 4 | -99/+128 |
| | |||||
* | Add ActionDispatch::Notifications middleware. | José Valim | 2010-01-17 | 3 | -35/+69 |
| | |||||
* | Clean up filter parameter logging tests. | José Valim | 2010-01-17 | 1 | -27/+0 |
| | |||||
* | Cookies middleware | Joshua Peek | 2010-01-16 | 4 | -35/+11 |
| | |||||
* | Allow custom controller for resource(s) [#3703 state:resolved] | Joshua Peek | 2010-01-16 | 1 | -10/+10 |
| | |||||
* | Add tests for simple match with namespace. | José Valim | 2010-01-15 | 1 | -0/+10 |
| | |||||
* | Add some implicit path tests to Subscriber. | José Valim | 2010-01-15 | 1 | -1/+18 |
| | |||||
* | Fix singleton resource named routes | Joshua Peek | 2010-01-15 | 1 | -0/+3 |
| | |||||
* | Cleanup internal resource macro to use method helper shorthand | Joshua Peek | 2010-01-15 | 1 | -0/+12 |
| | |||||
* | Routing method shorthand shouldn't clobber :to options | Joshua Peek | 2010-01-15 | 1 | -0/+17 |
| | |||||
* | Move Flash into middleware | Joshua Peek | 2010-01-15 | 2 | -2/+42 |
| | |||||
* | Make HEAD method masquerade as GET so requests are routed correctly | Joshua Peek | 2010-01-15 | 3 | -3/+16 |
| | |||||
* | In heterogeneous collections, neither the @path nor the @template are ↵ | José Valim | 2010-01-15 | 1 | -0/+10 |
| | | | | available, so we need to tell that we are simply rendering a collection. | ||||
* | Allow f.submit to be localized per object. | José Valim | 2010-01-15 | 1 | -1/+19 |
| | |||||
* | Ensure log is flushed and tailed on failures. | José Valim | 2010-01-15 | 1 | -3/+34 |
| | |||||
* | Small tweaks in ActionController subscriber messages format. | José Valim | 2010-01-15 | 1 | -1/+8 |
| | |||||
* | Move Dispatcher setup to Railties and add instrumentation hook. | José Valim | 2010-01-15 | 2 | -47/+109 |
| | |||||
* | Respect resources_path_names and :path_names options in new dsl | Joshua Peek | 2010-01-13 | 2 | -21/+35 |
| | |||||
* | optimise_named_routes is unnecessary | Joshua Peek | 2010-01-13 | 2 | -14/+0 |
| | |||||
* | Ensure optional path scopes are properly handled. | José Valim | 2010-01-14 | 1 | -0/+52 |
| | |||||
* | Custom 'type' attribute support for text_field. [#3646 status:resolved] | Stephen Celis | 2010-01-14 | 1 | -0/+5 |
| | | | | 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 | 2 | -1/+14 |
| | | | | (such as HABTM). | ||||
* | Call :to_model before working with the object. | José Valim | 2010-01-14 | 1 | -2/+2 |
| |