Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Added an `enforce_utf8` hash option for `form_tag` method | Takayuki Matsubara | 2013-07-07 | 3 | -2/+39 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Control to output a hidden input tag with name `utf8` without monkey patching Before: form_tag # => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>' After: form_tag # => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>' form_tag({}, { :enforce_utf8 => false }) # => '<form>....</form>' | |||||
* | | RUNNING_UNIT_TESTS file is in rdoc [ci skip] | Arun Agrawal | 2013-07-06 | 1 | -0/+0 | |
| | | ||||||
* | | Remove action view test duplication | sanemat | 2013-07-07 | 1 | -3/+0 | |
|/ | | | | Same test exists above 2 or 3 lines. | |||||
* | Remove the deprecated include_seconds argument from distance_of_time_in_words | Carlos Antonio da Silva | 2013-07-02 | 2 | -10/+7 | |
| | | | | Pass in an :include_seconds hash option to use this feature. | |||||
* | Remove `FormBuilder` deprecation warning about block argument and associated ↵ | Vipul A M | 2013-07-02 | 3 | -17/+5 | |
| | | | | tests | |||||
* | Clean the code a bit | Santiago Pastorino | 2013-06-29 | 2 | -2/+2 | |
| | ||||||
* | fetch value(s) from stringified options | Jon Rowe | 2013-06-29 | 4 | -2/+23 | |
| | ||||||
* | Review AV changelog [ci skip] | Carlos Antonio da Silva | 2013-06-27 | 1 | -2/+2 | |
| | ||||||
* | Remove passing the prompt to grouped_options_for_select as an argument, ↵ | kennyj | 2013-06-28 | 3 | -26/+7 | |
| | | | | because it was deprecated. | |||||
* | Merge pull request #11141 from keydunov/master | Yves Senn | 2013-06-27 | 1 | -1/+1 | |
|\ | | | | | Fix documentation for grouped_collection_select | |||||
| * | Fix documentation for grouped_collection_select [ci skip] | Artyom | 2013-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fix copyright year for actionview [ci skip] | kennyj | 2013-06-28 | 1 | -1/+1 | |
|/ | ||||||
* | Minor changes to actionpack/actionview Rakefile | Arun Agrawal | 2013-06-26 | 1 | -4/+0 | |
| | ||||||
* | Refactor cache fragment handling with read/write methods | Carlos Antonio da Silva | 2013-06-25 | 1 | -6/+6 | |
| | ||||||
* | Move the write portion of fragment_for to its own method to allow for easier ↵ | Andrew Rove | 2013-06-25 | 1 | -10/+14 | |
| | | | | creation of custom cache methods. | |||||
* | Fix typo in docs. HABTM associations should use a pluralized name | mariozig | 2013-06-25 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #11046 from arunagw/verbose_mode_on | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+3 | |
|\ | | | | | Verbose mode on when running tests | |||||
| * | Adding verbose in isolated test. | Arun Agrawal | 2013-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | Adding verbose mode to test_with_ar_integration | Arun Agrawal | 2013-06-21 | 1 | -0/+2 | |
| | | ||||||
* | | Comment typo | Ryan Williams | 2013-06-25 | 1 | -2/+2 | |
| | | ||||||
* | | Add CHANGELOG entry for #10971 | Rafael Mendonça França | 2013-06-24 | 1 | -1/+15 | |
| | | | | | | | | | | | | | | [ci skip] Conflicts: actionpack/CHANGELOG.md | |||||
* | | Saying gemcutter => rubygems [ci skip] | Arun Agrawal | 2013-06-21 | 1 | -1/+1 | |
|/ | ||||||
* | Check if malformed fixture exists first | Łukasz Strzałkowski | 2013-06-20 | 1 | -0/+1 | |
| | | | | Now if somebody by mistake will remove malformed files test will raise error. | |||||
* | Restore mistakenly removed malformed file fixtures | Łukasz Strzałkowski | 2013-06-20 | 5 | -0/+5 | |
| | ||||||
* | Rename AP to AV in info about running tests | Łukasz Strzałkowski | 2013-06-20 | 1 | -2/+2 | |
| | ||||||
* | Bump up version, fix module name | Łukasz Strzałkowski | 2013-06-20 | 1 | -4/+4 | |
| | ||||||
* | Adjust changelog for AV & AP | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+42 | |
| | ||||||
* | Remove heading from AV's CHANGELOG | Łukasz Strzałkowski | 2013-06-20 | 1 | -2/+0 | |
| | ||||||
* | Fix isolated tests on AV | Łukasz Strzałkowski | 2013-06-20 | 1 | -3/+5 | |
| | ||||||
* | Remove require to AP stuff that left | Łukasz Strzałkowski | 2013-06-20 | 2 | -2/+0 | |
| | ||||||
* | Fix digestor tests | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+2 | |
| | ||||||
* | Copy company test fixture to AV (fixes failing test) | Łukasz Strzałkowski | 2013-06-20 | 1 | -0/+9 | |
| | ||||||
* | Remove unneeded test fixtures in AV | Piotr Sarnacki | 2013-06-20 | 129 | -277/+0 | |
| | ||||||
* | Add actionpack as actionview's development dependency | Piotr Sarnacki | 2013-06-20 | 1 | -0/+2 | |
| | | | | ActionView still relies on ActionPack in some of the tests. | |||||
* | Remove unneeded files | Piotr Sarnacki | 2013-06-20 | 5 | -38/+0 | |
| | ||||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 350 | -0/+17720 | |
| | ||||||
* | ActionView version should be 4.1.0 | Piotr Sarnacki | 2013-06-20 | 1 | -1/+1 | |
| | ||||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 96 | -2/+14624 | |
| | ||||||
* | Add bare actionview gem to the root directory | Piotr Sarnacki | 2013-06-20 | 7 | -0/+144 | |
This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack. |