| Commit message (Expand) | Author | Age | Files | Lines |
* | `Digestor` can now parse old style hash syntax for `render` | Christos Zisopoulos | 2012-08-30 | 2 | -0/+7 |
* | `Digestor` ignores most whitespace when parsing `render` invocations | Christos Zisopoulos | 2012-08-30 | 3 | -0/+27 |
* | Added controller-level etag additions that will be part of the action etag co... | David Heinemeier Hansson | 2012-08-29 | 1 | -0/+32 |
* | Add automatic template digests to all CacheHelper#cache calls (originally spi... | David Heinemeier Hansson | 2012-08-29 | 10 | -5/+158 |
* | Add Missing Keys from Journey on failed URL format | schneems | 2012-08-28 | 3 | -12/+23 |
* | Add missing require | Rafael Mendonça França | 2012-08-28 | 1 | -0/+1 |
* | Merge pull request #7452 from arunagw/memcached_dalli | Rafael Mendonça França | 2012-08-28 | 1 | -4/+4 |
|\ |
|
| * | Let's run action pack tests with Dalli | Arun Agrawal | 2012-08-27 | 1 | -4/+4 |
* | | Deprecate AV::RecordIdentifier in controllers | Piotr Sarnacki | 2012-08-28 | 1 | -0/+41 |
* | | Fix ActionView::RecordIdentifier to work as a singleton | Piotr Sarnacki | 2012-08-28 | 1 | -0/+9 |
* | | Deprecate Template#mime_type | Piotr Sarnacki | 2012-08-28 | 1 | -0/+7 |
* | | Don't require action_dispatch in ActionView::UrlHelpers | Piotr Sarnacki | 2012-08-28 | 2 | -2/+3 |
* | | Use ActionView::Base.logger instead of AC::Base.logger | Piotr Sarnacki | 2012-08-28 | 1 | -1/+1 |
* | | Add ActionView::Base.default_formats | Piotr Sarnacki | 2012-08-28 | 1 | -0/+11 |
* | | Deprecate mime types lookup in auto_discovery_link_tag | Piotr Sarnacki | 2012-08-28 | 1 | -1/+10 |
* | | Remove stubs from LogSubscriber tests | Piotr Sarnacki | 2012-08-28 | 1 | -3/+4 |
* | | Move action_controller/vendor/html-scanner to action_view | Piotr Sarnacki | 2012-08-28 | 3 | -3/+3 |
* | | Move ActionController::RecordIdentifier to ActionView | Piotr Sarnacki | 2012-08-28 | 1 | -1/+1 |
|/ |
|
* | Create variable only in the test that uses it | Carlos Antonio da Silva | 2012-08-25 | 1 | -3/+3 |
* | correct handling of date selects when using both disabled and discard options | Vasiliy Ermolovich | 2012-08-25 | 1 | -0/+24 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -288/+0 |
* | option_tags coerced to "" instead of nil | Sandeep | 2012-08-21 | 1 | -0/+12 |
* | Make sure :via works with mount | Pratik Naik | 2012-08-20 | 1 | -0/+9 |
* | Access @rs only through attr_accessor | tomykaira | 2012-08-20 | 1 | -11/+11 |
* | Added X-Content-Type-Options to the header defaults. | Jim Jones | 2012-08-18 | 1 | -1/+3 |
* | Merge pull request #7244 from lucasuyezu/master | Carlos Antonio da Silva | 2012-08-15 | 2 | -0/+22 |
|\ |
|
| * | Indentation should consider line number character count. | Lucas Uyezu | 2012-08-13 | 2 | -0/+22 |
* | | Extract common controllers to abstract_unit | Rafael Mendonça França | 2012-08-13 | 3 | -45/+33 |
* | | Implementing Routing Concerns | Rafael Mendonça França | 2012-08-13 | 1 | -0/+94 |
|/ |
|
* | push header merge down to a private method so that live responses can have th... | Aaron Patterson | 2012-08-13 | 1 | -0/+11 |
* | live response headers can be merged with a hash | Aaron Patterson | 2012-08-13 | 1 | -0/+6 |
* | Add support for start_hour and end_hour options in select_hour helper | Evan Tann | 2012-08-13 | 1 | -0/+29 |
* | Ensure option_html_attributes does not modify the given option hashes | Carlos Antonio da Silva | 2012-08-11 | 1 | -0/+9 |
* | Simplify html attributes generation for options_for_select | Carlos Antonio da Silva | 2012-08-11 | 1 | -5/+6 |
* | Merge pull request #7314 from schneems/schneems/form_for_error | Rafael Mendonça França | 2012-08-10 | 1 | -0/+14 |
|\ |
|
| * | check for nil or empty record in form_for | schneems | 2012-08-10 | 1 | -0/+14 |
* | | Fix handling SCRIPT_NAME from within mounted engine's | Piotr Sarnacki | 2012-08-11 | 1 | -18/+0 |
* | | Test actual content of permanent cookie | brainopia | 2012-08-10 | 1 | -1/+1 |
|/ |
|
* | set the controller under test so we no longer need the reset! method | Aaron Patterson | 2012-08-09 | 1 | -38/+4 |
* | Do not mark strip_tags result as html_safe | Santiago Pastorino | 2012-08-09 | 1 | -2/+2 |
* | push drawing once to it's own module | Aaron Patterson | 2012-08-09 | 1 | -32/+20 |
* | refactor the before_setup hooks to a module | Aaron Patterson | 2012-08-09 | 1 | -13/+12 |
* | switch callbacks to minitest hooks | Aaron Patterson | 2012-08-09 | 1 | -3/+6 |
* | some tests | Egor Homakov | 2012-08-09 | 1 | -0/+27 |
* | Allow data attributes to be set as a first-level option for form_for, so you ... | David Heinemeier Hansson | 2012-08-08 | 1 | -0/+6 |
* | Deprecate `button_to_function` and `link_to_function` helpers. | Rafael Mendonça França | 2012-08-07 | 1 | -0/+42 |
* | Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ... | David Heinemeier Hansson | 2012-08-07 | 1 | -54/+0 |
* | Restoring the '%' trim mode for ERb templates, allowing for a leading percent... | Artiom Di | 2012-08-07 | 1 | -0/+54 |
* | Do not include application.js if it doesn't exists | Prem Sichanugrist | 2012-08-06 | 1 | -0/+9 |
* | Don't use `html_escape` to test the escaping | Rafael Mendonça França | 2012-08-05 | 4 | -4/+4 |