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
...
|
*
Fix template extension parsing. [#2315 state:resolved] [#2284 state:resolved]
thedarkone
2009-03-24
1
-0
/
+32
|
*
pluginize concurrent block body part
Jeremy Kemper
2009-03-19
1
-80
/
+0
|
*
Pare down unit test
Jeremy Kemper
2009-03-16
1
-36
/
+6
|
*
Less ceremony
Jeremy Kemper
2009-03-13
1
-27
/
+34
|
*
Extract output buffer test
Jeremy Kemper
2009-03-13
2
-34
/
+35
|
*
Simplify parts and tests
Jeremy Kemper
2009-03-13
1
-9
/
+8
|
*
Fix tests
Jeremy Kemper
2009-03-13
1
-4
/
+4
|
*
Example using an edge side include body part to fetch queued rendering results
Jeremy Kemper
2009-03-13
1
-9
/
+27
|
*
Body parts: future rendering, threaded future, queued future, open-uri example
Jeremy Kemper
2009-03-13
2
-35
/
+142
|
*
Introduce flush_output_buffer to append the buffer to the response body then ...
Jeremy Kemper
2009-03-13
1
-0
/
+35
|
*
Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:reso...
Eugene Pimenov
2009-03-10
1
-0
/
+6
|
*
Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved]
rpheath
2009-03-09
1
-0
/
+1
|
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
|
*
Remove duplicate test [#2136 state:resolved]
Yury Kotlyarov
2009-03-08
1
-5
/
+0
|
*
Fixed simplified render with nested models [#2042 state:resolved]
Joshua Peek
2009-03-07
1
-0
/
+4
|
*
submit_tag with confirmation and disable_with [#660 state:resolved]
Lawrence Pit
2009-03-07
1
-2
/
+9
|
*
Ensure Active Record error related view helpers escape the message [#1280 sta...
Dan Barry
2009-03-07
1
-0
/
+34
|
*
Fix spelling in test name.
Mike Gunderloy
2009-02-28
1
-1
/
+1
|
*
Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...
Eloy Duran
2009-02-27
1
-0
/
+41
|
*
Template without a known template handler should only be reachable through it...
thedarkone
2009-02-24
1
-0
/
+10
|
*
Fix templates reloading in development when using custom view path [#2012 sta...
Joshua Peek
2009-02-19
1
-25
/
+103
|
*
Enhanced form option helpers to add support for disabled option tags and use ...
Tekin Suleyman
2009-02-14
1
-0
/
+84
|
*
DRY up form option helper tests
Tekin Suleyman
2009-02-14
1
-78
/
+19
|
*
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
[prev]
[next]