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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't subclass...
Jeremy Kemper
2008-11-08
1
-2
/
+2
*
Wrap straggling mocha user with uses_mocha block
Jeremy Kemper
2008-11-08
1
-5
/
+7
*
Ruby 1.9 compat: CGI switched back to Tempfile
Jeremy Kemper
2008-11-08
1
-10
/
+4
*
Workaround lack of Mocha on 1.9 (hasn't been updated for minitest yet)
Jeremy Kemper
2008-11-08
1
-1
/
+2
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-08
1
-0
/
+46
|
\
|
*
Add some basic controller logging tests
Pratik Naik
2008-11-08
1
-0
/
+46
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-07
1
-0
/
+1
|
\
|
|
*
Work around ruby 1.9 segfault
Jeremy Kemper
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
*
|
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
*
|
Update AR integration tests for TestCase changes
Jeremy Kemper
2008-11-07
2
-12
/
+5
*
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
22
-228
/
+157
|
/
*
Fixed the sanitize helper to avoid double escaping already properly escaped e...
David Heinemeier Hansson
2008-11-06
1
-0
/
+4
*
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
*
Added render :js for people who want to render inline JavaScript replies with...
David Heinemeier Hansson
2008-11-01
1
-0
/
+10
*
Ensure content type gets reset after render_to_string [#1182 state:resolved]
Joshua Peek
2008-10-30
1
-0
/
+10
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-10-30
2
-1
/
+5
|
\
|
*
Dup local assigns for partial collections so nil values doesn't get overwritt...
Joshua Peek
2008-10-30
2
-1
/
+5
*
|
Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]
Seth Fitzsimmons
2008-10-30
1
-0
/
+10
|
/
*
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
3
-0
/
+15
*
Track rendered templates in stack so the current template can always be acces...
Joshua Peek
2008-10-28
2
-0
/
+5
*
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
*
Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.
Jeffrey Hardy
2008-10-23
1
-0
/
+15
*
Fix that HTML::Node.parse would blow up on unclosed CDATA sections.
Jeffrey Hardy
2008-10-23
2
-0
/
+31
*
Dont try to auto-set the etag based on the body if any freshness headers have...
David Heinemeier Hansson
2008-10-21
1
-5
/
+22
*
Let fresh_when actually do the head(:not_modified). Cleaner and we get the fi...
David Heinemeier Hansson
2008-10-21
1
-3
/
+1
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-10-21
1
-1
/
+9
|
\
|
*
Ensure ActionView::Helpers::AssetTagHelper::AssetTag::Cache is cleared before...
Tim Harper
2008-10-20
1
-1
/
+9
*
|
Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ...
David Heinemeier Hansson
2008-10-21
1
-11
/
+14
|
/
*
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
*
Make sure named routes with parameters can be used in tests before a request ...
Eloy Duran
2008-10-13
1
-0
/
+1
*
Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...
Tom Stuart
2008-10-08
1
-0
/
+21
*
Make sure last_modified! works with <= rather than just equality.
Michael Koziarski
2008-10-07
1
-0
/
+6
*
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
*
Ensure rescue_from handlers are respected inside tests. [#835 state:resolved]
Pratik Naik
2008-10-04
1
-24
/
+11
*
Fixed load path for actionmailer and activesupport tests to always load from ...
madlep
2008-10-04
1
-1
/
+1
*
Fix etag! and last_modified! to work as advertised.
Michael Koziarski
2008-09-30
1
-1
/
+40
*
Add options to field_set_tag
Andrew Kaspick
2008-09-29
1
-0
/
+6
*
Fixed AssetTag cache with with relative_url_root [#1022 state:resolved]
Martin Rehfeld
2008-09-22
1
-0
/
+50
[next]