| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix date_select within fields_for with an index [#1666 state:resolved] [Josh,... | Josh | 2009-01-16 | 1 | -15/+80 |
* | Revert to the good old days when AssetTag didn't cause anyone problems | Joshua Peek | 2009-01-02 | 1 | -2/+0 |
* | Added :silence option to BenchmarkHelper#benchmark and turned log_level into ... | David Heinemeier Hansson | 2009-01-01 | 1 | -24/+50 |
* | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2009-01-01 | 2 | -7/+9 |
|\ |
|
| * | Clean up view path cruft and split path implementations into Template::Path a... | Joshua Peek | 2008-12-29 | 2 | -7/+9 |
* | | Fixed the AssetTagHelper cache to use the computed asset host as part of the ... | David Heinemeier Hansson | 2009-01-01 | 1 | -0/+20 |
|/ |
|
* | Use I18n for date/time select helpers prompt text [#561 state:resolved] | Sam Oliver | 2008-12-22 | 1 | -0/+11 |
* | Added prompt options to date helpers [#561 state:resolved] | Sam Oliver | 2008-12-21 | 1 | -0/+321 |
* | Fix duplicate test name [#1058 state:resolved] [Dave Rothlisberger, Pratik Naik] | Pratik Naik | 2008-12-20 | 1 | -1/+1 |
* | Set template_format to html inside rjs templates so renders within it default... | Joshua Peek | 2008-12-04 | 1 | -6/+0 |
* | allow options to be passed to email address auto generation | Andrew Kaspick | 2008-12-01 | 1 | -1/+6 |
* | fixed template recompile issue with previous commit and add some better tests... | Joshua Peek | 2008-11-28 | 2 | -9/+67 |
* | Reinstate "Super lazy load view paths in development mode (no indexing or cac... | Joshua Peek | 2008-11-28 | 2 | -11/+15 |
* | Revert "Super lazy load view paths in development mode (no indexing or cachin... | David Heinemeier Hansson | 2008-11-27 | 2 | -15/+11 |
* | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2008-11-27 | 2 | -11/+15 |
|\ |
|
| * | Super lazy load view paths in development mode (no indexing or caching at all... | Joshua Peek | 2008-11-26 | 2 | -11/+15 |
* | | Added the option to declare an asset_host as an object that responds to call ... | David Heinemeier Hansson | 2008-11-27 | 1 | -0/+40 |
|/ |
|
* | Fix dangling tzinfo dependency | Jeremy Kemper | 2008-11-23 | 1 | -1/+2 |
* | Add i18n for number_to_human_size() helper storage units. Translation key is ... | Yaroslav Markin | 2008-11-23 | 1 | -0/+3 |
* | A back support for legacy TemplateHandler#render API | Joshua Peek | 2008-11-23 | 1 | -0/+11 |
* | need to make sure the asset type is cached with it in Cache.. name is suffici... | Aaron Batalion | 2008-11-19 | 1 | -0/+6 |
* | Changed the default of ActionView#render to assume partials instead of files ... | David Heinemeier Hansson | 2008-11-19 | 2 | -14/+22 |
* | Register 'checked' as an HTML boolean attribute. | Hongli Lai (Phusion) | 2008-11-18 | 1 | -0/+1 |
* | use :en as a default locale (in favor of :en-US) | Sven Fuchs | 2008-11-18 | 4 | -41/+41 |
* | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-15 | 3 | -51/+100 |
|\ |
|
| * | auto_link helper: add intelligent ending closing bracket handling. add new te... | Mislav Marohnić | 2008-11-15 | 1 | -47/+81 |
| * | refactor autolink helper. change tests to expect HTML-escaped URLs | Mislav Marohnić | 2008-11-15 | 1 | -13/+24 |
| * | Tag helper should output an attribute with the value 'false' instead of omitt... | Hongli Lai (Phusion) | 2008-11-13 | 2 | -1/+5 |
| * | Don't worry about attribute ordering | Jeremy Kemper | 2008-11-07 | 1 | -1/+2 |
| * | Use delete if the rhs is nil | Jeremy Kemper | 2008-11-07 | 1 | -1/+5 |
* | | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-07 | 1 | -0/+1 |
|\| |
|
| * | auto_link view helper was failing on URLs with colons after a query param | Rich Manalang | 2008-11-07 | 1 | -0/+1 |
* | | Don't worry about attribute ordering | Jeremy Kemper | 2008-11-07 | 1 | -1/+2 |
* | | Use delete if the rhs is nil | Jeremy Kemper | 2008-11-07 | 1 | -1/+5 |
* | | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -5/+3 |
|/ |
|
* | Fixed that FormTagHelper generates illegal html if name contains e.g. square ... | Vladimir Dobriakov | 2008-11-04 | 1 | -1/+34 |
* | Fix regression bug that made date_select and datetime_select raise a Null Poi... | Bernardo de Pádua | 2008-11-04 | 1 | -0/+40 |
* | Cleaned up route optimisation guard condition generation code as it was getti... | Tom Lea | 2008-11-01 | 1 | -0/+13 |
* | Dup local assigns for partial collections so nil values doesn't get overwritt... | Joshua Peek | 2008-10-30 | 1 | -0/+4 |
* | Proper API for reloading translations | David Heinemeier Hansson | 2008-10-29 | 1 | -2/+2 |
* | Ensure @content_for_* is checked before yielding to block in render :layout [... | Ryan Bates | 2008-10-28 | 1 | -0/+10 |
* | Track rendered templates in stack so the current template can always be acces... | Joshua Peek | 2008-10-28 | 1 | -0/+4 |
* | modified current_page? to ignore extra parameters unless specified in options | Erik Andrejko | 2008-10-26 | 1 | -0/+10 |
* | Fixed bug with asset timestamping when using relative_url_root (Joe Goldwasse... | David Heinemeier Hansson | 2008-10-26 | 1 | -0/+8 |
* | Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru... | David Heinemeier Hansson | 2008-10-13 | 1 | -0/+30 |
* | Add support for xml processing instructions in atom_feed_helper [#926 state:r... | Matthew M. Boedicker | 2008-10-13 | 1 | -0/+51 |
* | Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 state... | Andrew Kaspick | 2008-10-07 | 1 | -1/+2 |
* | Implement submit_to_remote as a wrapper around a more generic button_to_remote | Tarmo Tänav | 2008-10-07 | 1 | -3/+3 |
* | Fix image_tag behavior on windows. [#1085 state:resolved] | madlep | 2008-10-06 | 1 | -0/+13 |
* | Add options to field_set_tag | Andrew Kaspick | 2008-09-29 | 1 | -0/+6 |