| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept :remote as symbol in link_to options | Riley | 2012-10-06 | 1 | -1/+3 |
* | Merge pull request #7848 from senny/3415_assert_template_has_nil_variable | Rafael Mendonça França | 2012-10-06 | 1 | -3/+7 |
* | Merge pull request #7797 from senny/7459_prefix_tempalte_assertion_variables | Rafael Mendonça França | 2012-10-01 | 2 | -23/+23 |
* | Merge pull request #7789 from senny/7777_resource_functions_modify_options | Rafael Mendonça França | 2012-10-01 | 1 | -2/+2 |
* | Since File instance doesn't respond to #open use a double to test the | Rafael Mendonça França | 2012-09-30 | 1 | -1/+1 |
* | Asset manifest includes aliases for foo.js -> foo/index.js and vice versa. Bu... | Jeremy Kemper | 2012-09-30 | 1 | -20/+12 |
* | Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased | Rafael Mendonça França | 2012-09-30 | 1 | -6/+13 |
* | Don't paramify ActionDispatch::Http::UploadedFile in tests | Tim Vandecasteele | 2012-09-29 | 1 | -1/+1 |
* | Shush uninitialized @_layout warning | Jeremy Kemper | 2012-09-28 | 1 | -1/+1 |
* | Revert "Revert "Respect `config.digest = false` for `asset_path`"" | Rafael Mendonça França | 2012-09-20 | 1 | -1/+3 |
* | Revert "Respect `config.digest = false` for `asset_path`" | Rafael Mendonça França | 2012-09-20 | 1 | -3/+1 |
* | Merge pull request #7668 from Draiken/fix_issue_6497 | Rafael Mendonça França | 2012-09-19 | 1 | -1/+1 |
* | Respect `config.digest = false` for `asset_path` | Peter Wagenet | 2012-09-17 | 1 | -1/+3 |
* | log 404 status when ActiveRecord::RecordNotFound was raised (#7646) | Yves Senn | 2012-09-17 | 2 | -3/+8 |
* | Fix bug when Rails.application is defined but is nil. See #881 | Marc-Andre Lafortune | 2012-08-28 | 1 | -1/+1 |
* | correct handling of date selects when using both disabled and discard options | Vasiliy Ermolovich | 2012-08-25 | 1 | -2/+5 |
* | Merge pull request #7410 from sandeepravi/default_options_helper_value | Rafael Mendonça França | 2012-08-21 | 1 | -0/+1 |
* | Backport 5c51cd0: #send_file leans on Rack::Sendfile to X-Accel-Redirect the ... | Jeremy Kemper | 2012-08-15 | 1 | -2/+22 |
* | Dont stream back cookie value if it was set to the same value | brainopia | 2012-08-10 | 1 | -4/+6 |
* | Revert "Revert "Merge pull request #6084 from brainopia/support_for_magic_dom... | brainopia | 2012-08-10 | 1 | -0/+7 |
* | Merge branch '3-2-8' into 3-2-stable | Santiago Pastorino | 2012-08-09 | 3 | -4/+4 |
|\ |
|
| * | Bump to 3.2.8 | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
| * | Do not mark strip_tags result as html_safe | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
| * | escape select_tag :prompt values | Santiago Pastorino | 2012-08-09 | 1 | -2/+2 |
| * | Bump to 3.2.8.rc2 | Santiago Pastorino | 2012-08-03 | 1 | -1/+1 |
* | | Remove references to old behavior with headers at | Rafael Mendonça França | 2012-08-07 | 1 | -4/+3 |
* | | Rearrange example output of javascript_include_tag | Prem Sichanugrist | 2012-08-06 | 1 | -2/+2 |
* | | Do not include application.js if it doesn't exists | Prem Sichanugrist | 2012-08-06 | 1 | -5/+6 |
* | | Revert "Merge pull request #6084 from brainopia/support_for_magic_domain_on_a... | Rafael Mendonça França | 2012-08-05 | 1 | -7/+0 |
* | | Merge pull request #6084 from brainopia/support_for_magic_domain_on_all_stores | José Valim | 2012-08-02 | 1 | -0/+7 |
|/ |
|
* | Bump to 3.2.8.rc1 | Santiago Pastorino | 2012-08-01 | 1 | -2/+2 |
* | Revert "Deprecate link_to_function and button_to_function helpers" | Rafael Mendonça França | 2012-08-01 | 1 | -4/+0 |
* | Revert "Deprecate `:mouseover` options for `image_tag` helper." | Rafael Mendonça França | 2012-08-01 | 1 | -2/+0 |
* | Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op... | Rafael Mendonça França | 2012-08-01 | 3 | -29/+9 |
* | adds a missing require from Active Support | Xavier Noria | 2012-07-28 | 1 | -0/+1 |
* | bumping to 3.2.7 | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
* | * Do not convert digest auth strings to symbols. CVE-2012-3424 | Aaron Patterson | 2012-07-26 | 1 | -2/+2 |
* | updating the version | Aaron Patterson | 2012-07-23 | 1 | -2/+2 |
* | Add support for optional root segments containing slashes | Andrew White | 2012-07-17 | 1 | -1/+1 |
* | Fixed bug creating invalid HTML in select options | Rusty Geldmacher | 2012-07-10 | 1 | -5/+5 |
* | Show in log correct wrapped keys | Dmitry Vorotilin | 2012-07-05 | 1 | -1/+2 |
* | Fix NumberHelper options wrapping to prevent verbatim blocks being rendered i... | Mark J. Titorenko | 2012-07-02 | 1 | -90/+159 |
* | Merge pull request #6649 from route/logger_in_metal_3_2 | Carlos Antonio da Silva | 2012-06-18 | 1 | -2/+4 |
|\ |
|
| * | ActionController::Metal doesn't have logger method, check it and then delegate | Dmitry Vorotilin | 2012-06-16 | 1 | -2/+4 |
* | | Merge pull request #6752 from steveklabnik/fix_5680 | Rafael Mendonça França | 2012-06-16 | 1 | -1/+7 |
|/ |
|
* | ActionController::Caching depends on RackDelegation and AbstractController::C... | Santiago Pastorino | 2012-06-13 | 1 | -0/+3 |
* | bumping version numbers | Aaron Patterson | 2012-06-11 | 1 | -1/+1 |
* | Array parameters should not contain nil values. | Aaron Patterson | 2012-06-11 | 1 | -2/+4 |
* | Fix railties test suite | Piotr Sarnacki | 2012-06-08 | 1 | -2/+1 |
* | Fix asset tags for files with more than one dot | Piotr Sarnacki | 2012-06-07 | 1 | -1/+3 |