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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
9
-16
/
+0
*
Don't hide deeper LoadErrors
Jeremy Kemper
2008-11-23
1
-2
/
+3
*
Move the cookie store to use the MessageVerifier class.
Michael Koziarski
2008-11-23
1
-11
/
+2
*
Change the forgery token implementation to just be a simple random string.
Michael Koziarski
2008-11-23
2
-88
/
+8
*
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
1
-1
/
+15
*
MiniTest compat: don't check for test/unit's assertion in particular
Jeremy Kemper
2008-11-22
1
-1
/
+1
*
write_fragment returns content if caching is disabled [#846 state:resolved]
Joshua Peek
2008-11-22
1
-1
/
+1
*
Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso...
Lance Ivy
2008-11-22
1
-0
/
+6
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
1
-18
/
+0
*
Remove deprecated render_component. Please use the plugin from http://github....
Pratik Naik
2008-11-19
1
-152
/
+0
*
Let polymorphic_path treat an array contains single name as without array [#1...
Hiroshi Saito
2008-11-19
1
-0
/
+6
*
Make optimized named routes respect all reserved options and tie it into UrlR...
Gabe da Silveira
2008-11-18
1
-3
/
+9
*
Fix rendering html partial via inline render when with :js format [#1399 stat...
Luke Melia
2008-11-18
1
-0
/
+14
*
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
4
-58
/
+349
|
\
|
*
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
|
*
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
*
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
19
-213
/
+153
|
/
*
Fixed the sanitize helper to avoid double escaping already properly escaped e...
David Heinemeier Hansson
2008-11-06
1
-0
/
+4
*
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
*
Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]
Seth Fitzsimmons
2008-10-30
1
-0
/
+10
*
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
|
/
*
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 rescue_from handlers are respected inside tests. [#835 state:resolved]
Pratik Naik
2008-10-04
1
-24
/
+11
*
Fix etag! and last_modified! to work as advertised.
Michael Koziarski
2008-09-30
1
-1
/
+40
*
Added support for http_only cookies in cookie_store Added unit tests for secu...
Pelle Braendgaard
2008-09-17
1
-1
/
+52
*
Added ActionController::Translation module delegating to I18n #translate/#t a...
Sven Fuchs
2008-09-10
1
-0
/
+26
*
Ensure routing optimizations are cleared when new routes are added [#981 stat...
Matt Jones
2008-09-07
1
-0
/
+30
[next]