Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1311 from kuldarkrabbi/master | José Valim | 2011-05-25 | 1 | -1/+0 |
|\ | | | | | action_view/template/handler.rb has been removed | ||||
| * | action_view/template/handler has been removed | Kuldar Krabbi | 2011-05-25 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 8 | -22/+22 |
|\ \ | |/ |/| | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/core_ext/kernel/requires.rb | ||||
| * | Remove extra white spaces on ActionPack docs. | Sebastian Martinez | 2011-05-23 | 8 | -22/+22 |
| | | |||||
* | | corrected the ActionMailer tests which broke due to some code removed from ↵ | Josh Kalderimis | 2011-05-25 | 1 | -0/+1 |
| | | | | | | | | ActionPack | ||||
* | | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 4 | -62/+0 |
| | | |||||
* | | Redundant condition in compute_asset_host is redundant. | Ernie Miller | 2011-05-24 | 1 | -3/+3 |
| | | |||||
* | | Remaining cleanup from changes to AssetTagHelper | tomhuda | 2011-05-24 | 2 | -12/+4 |
| | | |||||
* | | Move the last pockets of Sprockets stuff into the Sprockets directory | wycats | 2011-05-23 | 2 | -16/+0 |
| | | |||||
* | | Move javascript/css helpers into the Sprockets helper and just have them ↵ | wycats | 2011-05-23 | 1 | -43/+0 |
| | | | | | | | | override the old behavior | ||||
* | | Start moving some logic from being embedded in AV into the Rails Sprockets ↵ | wycats | 2011-05-23 | 2 | -62/+6 |
| | | | | | | | | extensions | ||||
* | | Merge branch '3-1-stable' | Joshua Peek | 2011-05-22 | 1 | -15/+47 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: actionpack/actionpack.gemspec activemodel/activemodel.gemspec | ||||
| * | | Add debug_asset support | Joshua Peek | 2011-05-22 | 1 | -15/+47 |
| | | | |||||
* | | | Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHub | José Valim | 2011-05-22 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #1189 from jmbejar/7c562d5e460d97b18e4f3367b3cfb13401732920 | José Valim | 2011-05-22 | 1 | -0/+19 |
|\ \ \ | |/ / |/| | | Add method FormHelper#fields_for_with_index | ||||
| * | | Add method fields_for_with_index to FormHelper | Jorge Bejar | 2011-05-21 | 1 | -0/+19 |
| | | | |||||
* | | | fixed some ruby 19 warnings, including circular requires and variable name reuse | Josh Kalderimis | 2011-05-21 | 2 | -2/+0 |
|/ / | |||||
* / | Example Usage updated for actionpack and actionmailer. | Arun Agrawal | 2011-05-19 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #568 from carlosantoniodasilva/fields_for_fixes | José Valim | 2011-05-15 | 1 | -36/+26 |
|\ | | | | | Fields for fixes for non nested attributes and without object | ||||
| * | Use record_name to make fields for methods more consistent | Carlos Antonio da Silva | 2011-05-14 | 1 | -6/+6 |
| | | |||||
| * | Refactor fields_for to make the api more clear, and fix usage with non ↵ | Carlos Antonio da Silva | 2011-05-14 | 1 | -26/+19 |
| | | | | | | | | nested attributes and without object | ||||
| * | Cleanup instantiate builder method definition | Carlos Antonio da Silva | 2011-05-14 | 1 | -5/+2 |
| | | |||||
* | | Clean up redundant backslashes | Pirogov Evgenij | 2011-05-14 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-14 | 9 | -94/+101 |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/date_helper.rb railties/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt | ||||
| * | Follow code conventions on docs | Sebastian Martinez | 2011-05-10 | 2 | -7/+7 |
| | | |||||
| * | Fix styiling issues on DateHelper docs | Sebastian Martinez | 2011-05-10 | 1 | -64/+70 |
| | | |||||
| * | Fix styiling issues on AtomFeedHelper docs | Sebastian Martinez | 2011-05-10 | 1 | -4/+4 |
| | | |||||
| * | Remove extra whitespace. | Sebastian Martinez | 2011-05-10 | 1 | -1/+1 |
| | | |||||
| * | Fix styiling issue on TranslationHelper docs | Sebastian Martinez | 2011-05-10 | 1 | -4/+4 |
| | | |||||
| * | Fix styiling issue on ActionView::Template docs | Sebastian Martinez | 2011-05-10 | 1 | -5/+5 |
| | | |||||
| * | Explain the implication of using :ignore_date on time_select | Aditya Sanghi | 2011-05-10 | 1 | -1/+2 |
| | | |||||
| * | Fixed typos in documentation for the date_select helper in ↵ | Philip Roberts | 2011-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | actionpack/action_view. The description for an example of the date_select method did not match the actual code example. | ||||
| * | Documentation fix. Corrected a copy/paste mistake for link_to_if documentation. | Ryan Sandridge | 2011-05-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed documentation of select tag; options with html need to pass through ↵ | Jason | 2011-05-08 | 1 | -6/+6 |
| | | | | | | | | | | | | html_safe https://github.com/rails/rails/issues/447 https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/6759-api-document-incorrect | ||||
* | | Add tests for content_for() for read, closes #475. | José Valim | 2011-05-10 | 1 | -2/+6 |
| | | |||||
* | | Optimize the most common resolver case. | José Valim | 2011-05-09 | 2 | -14/+27 |
| | | |||||
* | | No need for replace. | José Valim | 2011-05-09 | 1 | -12/+11 |
| | | |||||
* | | Revert to use === only here because of perf. :( | José Valim | 2011-05-08 | 1 | -3/+1 |
| | | |||||
* | | Merge pull request #420 from burke/master | José Valim | 2011-05-08 | 2 | -1/+5 |
|\ \ | | | | | | | Accept single prefix in ActionView::MissingTemplate#initialize | ||||
| * | | Added activesupport requires for Array.wrap in previously modified files | Burke Libbey | 2011-05-07 | 2 | -0/+3 |
| | | | |||||
| * | | Remove redundant check for is_a?(String) | Burke Libbey | 2011-05-06 | 2 | -2/+2 |
| | | | |||||
| * | | Added a test for MissingTemplate change, and changed to use Array.wrap() as | Burke Libbey | 2011-05-06 | 2 | -2/+2 |
| | | | | | | | | | | | | requested by josevalim. | ||||
| * | | Made ActionView::MissingTemplate#initialize optionally accept a single string | Burke Libbey | 2011-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | | prefix to be converted to an array as in ActionView::PathSet#find_all. | ||||
* | | | Always expand */* | José Valim | 2011-05-07 | 1 | -7/+4 |
| | | | |||||
* | | | Fixes ticket #6379. Improved the handling of Accept headers containing */*. | mathieuravaux | 2011-05-07 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | `lookup_context#formats=` being too restrictive, "Accept: text/javascript, */*" resulted in [:js, "*/*"] formats instead of [:js, :html]. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | | | Merge pull request #343 from asanghi/ampm | José Valim | 2011-05-07 | 1 | -4/+30 |
|\ \ \ | |/ / |/| | | Allow AM/PM format in datetime selectors | ||||
| * | | DRY this baby up | Aditya Sanghi | 2011-04-29 | 1 | -23/+4 |
| | | | |||||
| * | | add more documentation; remove unused assignment | Aditya Sanghi | 2011-04-29 | 1 | -4/+14 |
| | | | |||||
| * | | Allow AM/PM in datetime selectors | Aditya Sanghi | 2011-04-29 | 1 | -0/+35 |
| | | | |||||
* | | | strip space | Aditya Sanghi | 2011-05-06 | 1 | -2/+2 |
| | | |