index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Stops date select helpers from defaulting the selected date to today if :prom...
Sam Oliver
2009-02-13
1
-14
/
+14
|
*
Changed API of NestedAttributes to take an array, or hash with index keys, of...
Lance Ivy
2009-02-13
1
-8
/
+30
|
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
2
-19
/
+54
|
*
Move checkbox hidden field before the actual checkbox so the actual value doe...
Joshua Peek
2009-02-10
1
-38
/
+34
|
*
Fix some edge cases when the same template is called with different local ass...
Andrew White
2009-02-10
1
-32
/
+54
|
*
Added partial scoping to TranslationHelper#translate, so if you call translat...
David Heinemeier Hansson
2009-02-10
1
-0
/
+6
|
*
Improve view rendering performance in development mode and reinstate template...
Andrew White
2009-02-09
2
-33
/
+24
|
*
Render implicit html template when xhr request now supports localization [#18...
José Valim
2009-02-07
1
-0
/
+19
|
*
Added support to dashed locales in templates localization [#1888 state:resolved]
José Valim
2009-02-06
1
-0
/
+9
|
*
Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb t...
Eugene Pimenov
2009-02-06
1
-0
/
+9
|
*
Allowing an object to be passed explicitly to a fields_for with nested_attrib...
Pascal Ehlert
2009-02-06
1
-0
/
+9
|
*
Added tests from Andrew Whites fix [#1385 state:committed]
David Heinemeier Hansson
2009-02-05
1
-0
/
+21
|
*
Fix a syntax error in current_page?() that was prevent matches against URL's ...
chris finne
2009-02-05
1
-1
/
+13
|
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
9
-919
/
+899
|
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-5
/
+136
|
*
Fix unsorted array comparison
Jeremy Kemper
2009-01-31
1
-1
/
+1
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
13
-0
/
+17
*
|
Add support for pending
Yehuda Katz
2009-02-02
1
-7
/
+11
*
|
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
3
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
3
-3
/
+3
*
|
Added grouped_options_for_select helper method for wrapping option tags in op...
Jon Crawford
2009-01-29
1
-0
/
+26
*
|
Using the highlight helper on text with html shouldn't highlight text inside ...
Dan Weinand
2009-01-28
1
-0
/
+23
*
|
Ensure selected option is not ignored for collection_select. [#1037 state:res...
Daniel Rodríguez Troitiño
2009-01-28
1
-0
/
+16
*
|
Improve i18n support for number_to_human_size helper:
Yaroslav Markin
2009-01-27
1
-5
/
+19
*
|
Add localized templates
Joshua Peek
2009-01-25
1
-0
/
+15
|
/
*
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
|
\
[prev]
[next]