Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changed observe_field to field_observer | Bob Remeika | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | Changed data-rails-type to data-js-type | Bob Remeika | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | Changed data-remote='true' to data-js-type='remote' | Bob Remeika | 2010-01-27 | 1 | -17/+28 | |
| | ||||||
* | remote_form_for tests pass | Bob Remeika | 2010-01-27 | 1 | -10/+93 | |
| | ||||||
* | Took first stab at reimplementing form_remote_tag helpers | Bob Remeika | 2010-01-27 | 1 | -0/+123 | |
| | ||||||
* | Added assert_data_element_json test helper for data element helpers | Bob Remeika | 2010-01-27 | 1 | -16/+28 | |
| | ||||||
* | Took another stab at observe_field. Now implementing data only helpers as ↵ | Bob Remeika | 2010-01-27 | 1 | -23/+28 | |
| | | | | script elements. | |||||
* | Changed the observe field node into a div with display:none | Bob Remeika | 2010-01-27 | 1 | -8/+12 | |
| | ||||||
* | ObserveFieldTest uses url_for from AjaxTestCase | Bob Remeika | 2010-01-27 | 1 | -1/+51 | |
| | ||||||
* | fixed failing tests | Stefan Penner | 2010-01-27 | 2 | -18/+118 | |
| | ||||||
* | Implemented a fuller stub in AjaxTestCase for url_for because link_to calls ↵ | Bob Remeika | 2010-01-27 | 1 | -9/+28 | |
| | | | | url_for on all urls passed to it. Tests that were testing different input types for the url were failing because of this. | |||||
* | Added the beginnings of the observe_field helper | Bob Remeika | 2010-01-27 | 1 | -0/+55 | |
| | ||||||
* | Merge remote branch 'fxn/master' | Jeremy Kemper | 2010-01-26 | 1 | -1/+0 | |
|\ | ||||||
| * | deletes no void files removal.rb and class_test.rb | Xavier Noria | 2010-01-26 | 1 | -1/+0 | |
| | | ||||||
* | | 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 | |
| |