| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow view helper's #initialize method to be called. [#5061 state:resolved] | Carl Lerche | 2010-09-13 | 1 | -0/+13 |
* | Start cleanup of deprecations in ActionView | Carlos Antonio da Silva | 2010-09-06 | 1 | -8/+0 |
* | Merge remote branch 'drogus/remove_deprecated_routes' | José Valim | 2010-09-05 | 4 | -7/+6 |
|\ |
|
| * | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 4 | -7/+6 |
* | | Make number_to_human and number_with_precision work with negatives | Santiago Pastorino | 2010-09-05 | 1 | -0/+2 |
* | | Fix indentation errors | Santiago Pastorino | 2010-09-05 | 1 | -47/+47 |
* | | Fix number_to_human(0) exception [#5532 state:resolved] | Ben Sharpe | 2010-09-05 | 1 | -0/+1 |
|/ |
|
* | Remove namespace for isolated namespaced models in forms | Piotr Sarnacki | 2010-09-03 | 1 | -0/+17 |
* | Added ability to set asset_path for engines | Piotr Sarnacki | 2010-09-03 | 1 | -0/+23 |
* | Extended url_for to handle specifying which router should be used. | Piotr Sarnacki | 2010-09-03 | 2 | -51/+41 |
* | Removing unnecessary code from render_test | Thiago Pradi | 2010-09-02 | 1 | -2/+0 |
* | Removing unnecessary code | Thiago Pradi | 2010-09-02 | 1 | -7/+0 |
* | Added :format option for form_for helper and spec for this [#5226 state:resol... | Alex Chrome | 2010-09-01 | 1 | -2/+18 |
* | Remove NonConcattingString. | José Valim | 2010-08-29 | 1 | -2/+0 |
* | Remove deprecated support to <% form_for %> and several ActionController::Bas... | José Valim | 2010-08-29 | 2 | -43/+10 |
* | password_field renders with nil value by default | Santiago Pastorino | 2010-08-28 | 1 | -1/+4 |
* | Make InstanceTagMethods#value_before_type_cast raise if the model don't respo... | Santiago Pastorino | 2010-08-27 | 1 | -0/+13 |
* | Move encoding settings for testing purposes to abstract_unit file | Santiago Pastorino | 2010-08-21 | 1 | -8/+1 |
* | Revert "It's snowing!" | wycats | 2010-08-18 | 2 | -2/+2 |
* | code gardening: we have assert_(nil|blank|present), more concise, with better... | Xavier Noria | 2010-08-17 | 1 | -1/+1 |
* | select tags coerce the :selected option, options to strings before comparison... | Subba Rao Pasupuleti | 2010-08-15 | 1 | -0/+62 |
* | Making time_zone_options_for_select return a html_safe string | Mikel Lindsaar | 2010-08-15 | 1 | -0/+4 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 16 | -104/+104 |
* | It's snowing! | Jeremy Kemper | 2010-08-12 | 2 | -2/+2 |
* | Replace snowman with utf8=✓ | wycats | 2010-08-11 | 2 | -2/+2 |
* | layout_for works again with objects as specified in the documentation and Rai... | José Valim & Carlos Antonio da Silva | 2010-08-11 | 1 | -0/+5 |
* | rename _snowman to _e | wycats | 2010-08-09 | 2 | -2/+2 |
* | Fix label form helper to use I18n and html options, without the need of 'nil'... | Carlos Antonio da Silva | 2010-08-01 | 1 | -2/+9 |
* | Makes form_helper use overriden model accessors | Santiago Pastorino | 2010-08-01 | 1 | -0/+17 |
* | link_to_function now expects a piece of javascript code for the onclick param... | Rodrigo Dominguez | 2010-07-29 | 1 | -4/+5 |
* | Removed deprecated APIs in text and number helpers [#5156 state:resolved] | Łukasz Strzałkowski | 2010-07-26 | 1 | -27/+0 |
* | Add assertion to link_to_function test with block and capture, and more expre... | Carlos Antonio da Silva | 2010-07-25 | 1 | -5/+4 |
* | Change returning with tap | Santiago Pastorino | 2010-07-25 | 1 | -1/+1 |
* | Fixed output_buffer encoding problem [#5179] | Sebastian A. Espindola | 2010-07-25 | 1 | -0/+9 |
* | These tests are trusting in the order of the elements so use OrderedHash inst... | Santiago Pastorino | 2010-07-21 | 1 | -13/+9 |
* | remote_function patch with more detailed test | Andrew Kaspick | 2010-07-21 | 1 | -0/+6 |
* | select :include_blank or :prompt should return escaped string [#5099 state:re... | Ivan Torres | 2010-07-18 | 1 | -0/+23 |
* | remove size attribute from tag generated by file_field helper [#5084 state:re... | Miles Egan | 2010-07-13 | 1 | -0/+5 |
* | Refactor recall parameter normalization [#5021 state:resolved] | Andrew White | 2010-07-03 | 1 | -2/+27 |
* | We are trying to test that & escapes here not that & is being escaped, al... | Santiago Pastorino | 2010-06-29 | 1 | -3/+2 |
* | s/escape_once/html_escape/, since html safety is the contract that now says w... | Xavier Noria | 2010-06-30 | 2 | -4/+4 |
* | url_for no longer escapes HTML, the :escape option is also gone | Xavier Noria | 2010-06-30 | 1 | -16/+4 |
* | Rename _snowman_ to _snowman to be in sync with _method and _csrf_token. | José Valim | 2010-06-29 | 2 | -2/+2 |
* | Restores the escaping of urls generated from hashes. [#4765 state:resolved] | Andrew White | 2010-06-28 | 1 | -8/+4 |
* | Strip_tags never ending attribute should not raise a TypeError [#4870 state:r... | Bruno Michel | 2010-06-28 | 1 | -0/+4 |
* | Fix several known web encoding issues: | wycats | 2010-06-27 | 4 | -194/+253 |
* | Normalize recall params when the route is not a standard route otherwise :con... | Andrew White | 2010-06-27 | 1 | -0/+22 |
* | Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup... | David Trasbo | 2010-06-26 | 1 | -1/+1 |
* | Do not wrap hidden fields with error proc [#4962 state:resolved] | Carlos Antonio da Silva | 2010-06-25 | 1 | -0/+7 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -5/+5 |