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
*
Prevent assert_template failures when a render :inline is called before rende...
Luke Melia
2008-11-17
1
-9
/
+19
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-15
7
-109
/
+449
|
\
|
*
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
|
*
Make inheritance of map.resources :only/:except options behave more predictably
Tom Stuart
2008-11-14
1
-0
/
+26
|
*
Make polymorphic_url compact given array [#1317 state:committed]
hiroshi
2008-11-14
1
-0
/
+11
|
*
Tag helper should output an attribute with the value 'false' instead of omitt...
Hongli Lai (Phusion)
2008-11-13
2
-1
/
+5
|
*
Fix map.resources to always generate named routes if they're needed
Tom Stuart
2008-11-13
1
-0
/
+78
|
*
Instead of overriding html_types, base the verification on browser_generated_...
Michael Koziarski
2008-11-13
1
-3
/
+3
|
*
fix two MimeType failing test cases
rick
2008-11-13
1
-6
/
+6
|
*
Changed request forgery protection to only worry about HTML-formatted content...
Jeff Cohen
2008-11-13
1
-52
/
+66
|
*
Add :only/:except options to map.resources
Tom Stuart
2008-11-12
1
-0
/
+162
*
|
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
[next]