Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix typo | Carlos Galdino + Rafael Mendonça França | 2012-05-14 | 1 | -1/+1 | |
| | ||||||
* | Deprecate `:disable_with` in favor of `'data-disable-with'` option for ↵ | Carlos Galdino + Rafael Mendonça França | 2012-05-14 | 1 | -0/+4 | |
| | | | | `button_to` and `submit_tag` helpers. | |||||
* | Deprecate `:mouseover` options for `image_tag` helper. | Rafael Mendonça França | 2012-05-13 | 1 | -0/+2 | |
| | ||||||
* | Add CHANGELOG entry. | Rafael Mendonça França | 2012-04-30 | 1 | -1/+6 | |
| | | | | | Closes #5886 Closes #3093 | |||||
* | Lazy load `default_form_builder` if it's passed as a string | Piotr Sarnacki | 2012-04-28 | 1 | -0/+2 | |
| | | | | closes #3341 | |||||
* | Merge branch '3-2-3' into 3-2-stable | Santiago Pastorino | 2012-03-30 | 1 | -0/+4 | |
|\ | ||||||
| * | Remove the leading \n added by textarea on assert_select | Santiago Pastorino | 2012-03-30 | 1 | -0/+2 | |
| | | ||||||
| * | Add missing CHANGELOG entry | Santiago Pastorino | 2012-03-29 | 1 | -0/+2 | |
| | | ||||||
| * | Add missing CHANGELOG entry | Santiago Pastorino | 2012-03-29 | 1 | -0/+2 | |
| | | ||||||
| * | Merge pull request #5633 from drogus/embed-auth-token-in-remote-forms | Santiago Pastorino | 2012-03-28 | 1 | -0/+2 | |
| | | | | | | | | Embed auth token in remote forms | |||||
* | | Remove the leading \n added by textarea on assert_select | Santiago Pastorino | 2012-03-30 | 1 | -0/+2 | |
| | | ||||||
* | | Added config.action_view.embed_authenticity_token_in_remote_forms | Piotr Sarnacki | 2012-03-28 | 1 | -0/+2 | |
|/ | | | | | | | | There is a regression introduced in 16ee611fa, which breaks remote forms that should also work without javascript. This commit introduces config option that allows to configure this behavior defaulting to the old behavior (ie. include authenticity token in remote forms by default) | |||||
* | Do not include the authenticity token in forms where remote: true as ajax ↵ | David Heinemeier Hansson | 2012-03-14 | 1 | -0/+2 | |
| | | | | forms use the meta-tag value | |||||
* | Fix my name in the CHANGELOG to follow the convention | Rafael Mendonça França | 2012-03-09 | 1 | -3/+4 | |
| | | | | Also add missing entries and use the formating convention | |||||
* | changelog updates [ci skip] | Vijay Dev | 2012-03-09 | 1 | -0/+11 | |
| | ||||||
* | Turn off verbose mode of rack-cache, we still have X-Rack-Cache to check ↵ | Santiago Pastorino | 2012-03-03 | 1 | -0/+3 | |
| | | | | | | that info Closes #5245 | |||||
* | Add CHANGELOG entry | Santiago Pastorino | 2012-03-02 | 1 | -0/+6 | |
| | ||||||
* | Fix CHANGELOG | Santiago Pastorino | 2012-02-22 | 1 | -2/+2 | |
| | ||||||
* | Add CHANGELOG entry | Santiago Pastorino | 2012-02-22 | 1 | -0/+2 | |
| | ||||||
* | Add CHANGELOG entry | Santiago Pastorino | 2012-02-21 | 1 | -0/+2 | |
| | ||||||
* | Fix override API response bug in respond_with | Prem Sichanugrist | 2012-02-03 | 1 | -0/+2 | |
| | | | | | | | | | | Default responder was only using the given respond block when user requested for HTML format, or JSON/XML format with valid resource. This fix the responder so that it will use the given block regardless of the validity of the resource. Note that in this case you'll have to check for object's validity by yourself in the controller. Fixes #4796 | |||||
* | Merge check box fixes from remote-tracking branch ↵ | José Valim | 2012-01-27 | 1 | -0/+6 | |
|\ | | | | | | | 'cantonio/checkbox-hidden-backport' into 3-2-stable | |||||
| * | check_box helper with :disabled => true generates disabled hidden field. ↵ | Tadas Tamošauskas | 2012-01-27 | 1 | -0/+4 | |
|/ | | | | fixes #1953 | |||||
* | CHANGELOG revision for v3.2.1 | Xavier Noria | 2012-01-26 | 1 | -0/+9 | |
| | ||||||
* | Preparing for 3.2.0 release | David Heinemeier Hansson | 2012-01-20 | 1 | -1/+1 | |
| | ||||||
* | Update CHANGELOG | José Valim | 2012-01-19 | 1 | -2/+0 | |
| | ||||||
* | Update CHANGELOG and docs for config.assets.logger | Guillermo Iguaran | 2012-01-18 | 1 | -0/+2 | |
| | ||||||
* | Update changelog | Carlos Antonio da Silva | 2012-01-17 | 1 | -1/+16 | |
| | ||||||
* | Add option to configure Sprockets logger | Rafael Mendonça França | 2012-01-17 | 1 | -0/+2 | |
| | ||||||
* | Use a BodyProxy instead of including a Module that responds to close. | Santiago Pastorino | 2012-01-13 | 1 | -0/+4 | |
| | | | | Closes #4441 if Active Record is disabled assets are delivered correctly | |||||
* | Add CHANGELOG entry | Santiago Pastorino | 2012-01-10 | 1 | -0/+2 | |
| | ||||||
* | Add font_path helper method | Santiago Pastorino | 2012-01-03 | 1 | -0/+2 | |
| | ||||||
* | Add CHANGELOG entry | Santiago Pastorino | 2011-12-28 | 1 | -0/+2 | |
| | ||||||
* | Update CHANGELOGs. | José Valim | 2011-12-24 | 1 | -0/+2 | |
| | ||||||
* | Update CHANGELOGs and guides. | José Valim | 2011-12-16 | 1 | -0/+2 | |
| | ||||||
* | Show detailed exceptions no longer returns true if the request is local in ↵ | José Valim | 2011-12-16 | 1 | -2/+2 | |
| | | | | production. | |||||
* | Fix diagnostics page for routing errors. | José Valim | 2011-12-15 | 1 | -2/+2 | |
| | ||||||
* | Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson] | Lennart Fridén | 2011-12-11 | 1 | -0/+3 | |
| | | | | | | | | | | Added use_two_digit_numbers select_tag option for displaying months and days with leading zeros without affecting the values (useful for e.g. ISO-style dates, 2011-08-01). Signed-off-by: José Valim <jose.valim@gmail.com> Conflicts: actionpack/CHANGELOG.md | |||||
* | Add button_tag support to ActionView::Helpers::FormBuilder. | Will Farrington | 2011-12-11 | 1 | -0/+10 | |
| | | | | | | | | | | This support is near-identical to the existing submit_tag support. Example: <%= form_for @post do |f| %> <%= f.button %> <% end %> | |||||
* | Make ActiveSupport::Benchmarkable a default module for ↵ | David Heinemeier Hansson | 2011-12-09 | 1 | -0/+2 | |
| | | | | ActionController::Base, so the #benchmark method is once again available in the controller context like it used to be *DHH* | |||||
* | Deprecate implicit layout lookup in favor of inheriting the _layout config. | José Valim | 2011-12-09 | 1 | -0/+13 | |
| | ||||||
* | Add information to the changelog about the changes to ↵ | Jean-Francois Turcot | 2011-12-08 | 1 | -0/+5 | |
| | | | | ActionController::ParamsWrapper | |||||
* | Allow layout fallback when using `layout` method | Prem Sichanugrist | 2011-12-06 | 1 | -0/+10 | |
| | | | | | | | | | | | | Rails will now use your default layout (such as "layouts/application") when you specify a layout with `:only` and `:except` condition, and those conditions fail. For example, consider this snippet: class CarsController layout 'single_car', :only => :show end Rails will use 'layouts/single_car' when a request comes in `:show` action, and use 'layouts/application' (or 'layouts/cars', if exists) when a request comes in for any other actions. | |||||
* | Sync AP CHANGELOG with 3-1-stable | Santiago Pastorino | 2011-12-06 | 1 | -0/+8 | |
| | ||||||
* | form_for with +:as+ option uses "action_as" as css class and id | Vasiliy Ermolovich | 2011-12-04 | 1 | -0/+12 | |
| | ||||||
* | Merge branch 'exceptions' with the following features: | José Valim | 2011-12-01 | 1 | -0/+2 | |
|\ | | | | | | | | | | | | | | | | | * A Railtie API for registering new exceptions and their respective status code (check Active Record railtie for an example) * Extraction of ShowExceptions middleware logging and debugging features into a middleware called DebugExceptions Conflicts: actionpack/CHANGELOG.md | |||||
| * | Allow rescue responses to be configured through a railtie. | José Valim | 2011-12-01 | 1 | -0/+2 | |
| | | ||||||
* | | Allow fresh_when/stale? to take a record instead of an options hash [DHH] | David Heinemeier Hansson | 2011-12-01 | 1 | -0/+2 | |
|/ | ||||||
* | Update CHANGELOG. | José Valim | 2011-12-01 | 1 | -1/+3 | |
| | ||||||
* | Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time ↵ | José Valim | 2011-11-30 | 1 | -0/+2 | |
| | | | | a before callback halts. |