aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix nodoc commentRafael Mendonça França2012-10-071-16/+15
* | More Ruby 1.9 hash syntax.Rafael Mendonça França2012-10-061-52/+47
* | We don't need to check blank? here.Rafael Mendonça França2012-10-061-1/+1
* | Update some code styles.Rafael Mendonça França2012-10-061-50/+48
* | Accept :remote as symbol in link_to optionsRiley Lynch2012-10-061-2/+5
* | Add nodoc to now public fragment_name_with_digestRyan Garver2012-10-041-0/+1
* | Merge branch 'master' into feature/public-fragment_name_with_digestRyan Garver2012-10-023-7/+11
|\ \
| * \ Merge pull request #7708 from bdurand/optimize_log_subscribersRafael Mendonça França2012-10-011-2/+5
| |\ \
| | * | Optimize log subscribers to check if the log level is sufficient before perfo...Brian Durand2012-09-301-2/+5
| * | | prefix TemplateAssertions ivars (#7459)Yves Senn2012-10-011-3/+3
| | |/ | |/|
| * | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-281-2/+2
| |\ \
| | * | update image_tag output in examples to actualNihad Abbasov2012-09-251-4/+4
| | |/
| * | Fix tests broken by adding a new instance variable to view test casesJeremy Kemper2012-09-271-0/+1
* | | Move the CacheHelper#fragment_name_with_digest to be public so custom fragmen...Ryan Garver2012-09-271-11/+11
|/ /
* | Adds missing dependency to ActionView::TestCase::BehaviorAndy Lindeman2012-09-261-0/+2
* | change ^ and $ anchors in regexp to \A and \z respectivelyNihad Abbasov2012-09-251-1/+1
* | allow to pass numerical value to size option in image_tagNihad Abbasov2012-09-251-4/+5
* | Support helper tests using spec DSLMike Moore2012-09-241-4/+3
* | Register helper and view tests for minitest's spec DSLMike Moore2012-09-241-0/+3
|/
* copy edits 137e5d9Xavier Noria2012-09-181-1/+1
* Add extra documentation for password_fieldArek W2012-09-181-1/+1
* Merge pull request #7669 from guilleiguaran/rename-rb-handlerCarlos Antonio da Silva2012-09-171-1/+1
|\
| * Rename .rb template handler to .ruby to avoid conflicts with mustache views c...Guillermo Iguaran2012-09-171-1/+1
* | allowing pass couple extension to register_template_handler callTima Maslyuchenko2012-09-171-3/+6
|/
* use presence method instead of checking for blankNihad Abbasov2012-09-141-1/+1
* Add .rb template handlerGuillermo Iguaran2012-09-111-0/+1
* Tidy up excerpt separator logic a bitCarlos Antonio da Silva2012-09-081-17/+11
* Refactor some date helpers to use merge!Carlos Antonio da Silva2012-09-081-5/+9
* Add a separation option for the excerpt functionGuirec Corbel2012-09-081-11/+49
* fix tests on Ruby 2.0.0Aaron Patterson2012-09-061-1/+1
* Define just the cattr_reader.Rafael Mendonça França2012-09-051-1/+2
* Use the same logger that ActionView::Base for the DigestorRafael Mendonça França2012-09-051-2/+5
* Remove unneeded requiresRafael Mendonça França2012-09-051-7/+3
* We dont need to include the name and the format in the digest -- source is au...David Heinemeier Hansson2012-09-041-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-011-0/+4
|\
| * reverting changes from commit b0896c38Sven Kraeuter | 5v3n2012-09-011-1/+1
| * there is no "delete" action in a controllerSven Kräuter2012-08-311-1/+1
| * Added example of using options_for_select() with select_tag()Kir Shatrov2012-08-301-0/+4
* | Remove unneeded requirePiotr Sarnacki2012-09-011-1/+0
* | Sprockets-rails tests failDmitry Vorotilin2012-09-012-3/+8
* | Further improve RENDER_DEPENDENCY regexp commentsChristos Zisopoulos2012-08-301-1/+1
* | Improve RENDER_DEPENDENCY regexp comment to keep the doc editor happy.Christos Zisopoulos2012-08-301-1/+1
* | `Digestor` can now parse old style hash syntax for `render`Christos Zisopoulos2012-08-301-4/+4
* | `Digestor` ignores most whitespace when parsing `render` invocationsChristos Zisopoulos2012-08-301-2/+2
* | Add automatic template digests to all CacheHelper#cache calls (originally spi...David Heinemeier Hansson2012-08-292-9/+197
* | Fix ActionView::RecordIdentifier to work as a singletonPiotr Sarnacki2012-08-281-0/+1
* | Deprecate Template#mime_typePiotr Sarnacki2012-08-281-0/+6
* | Implement ActionView::Template::TypesPiotr Sarnacki2012-08-284-4/+64
* | Don't require action_dispatch in ActionView::UrlHelpersPiotr Sarnacki2012-08-283-98/+124
* | Use ActionView::Base.logger instead of AC::Base.loggerPiotr Sarnacki2012-08-281-1/+1