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
/
activerecord
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge commit 'origin/master'
Yehuda Katz + Carl Lerche
2009-05-14
1
-0
/
+1
*
Make it clearer that session is nil
Jeremy Kemper
2009-04-26
1
-0
/
+1
*
Remove excess mocking from polymorphic_url tests [#2330 state:resolved]
Mike Gunderloy
2009-04-21
1
-0
/
+394
*
Ensure SqlBypass use ActiveRecord::Base connection
Luca Guidi
2009-04-05
1
-17
/
+28
*
reset_session should force a new session id to be generated [#2173]
Joshua Peek
2009-03-09
1
-0
/
+25
*
Fixed reset_session for ActiveRecord session store [#2108 state:resolved]
Joshua Peek
2009-03-03
1
-0
/
+21
*
Don't depend on project.developers ordering
Jeremy Kemper
2009-02-21
1
-2
/
+2
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-107
/
+95
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-1
/
+0
*
Update AR integration tests for TestCase changes
Jeremy Kemper
2008-11-07
1
-12
/
+3
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-7
/
+0
*
Ensure :partial => @collection and :collection => @collection behaves same. [...
Ryan Bates
2008-08-22
1
-0
/
+10
*
Set global ActionController::Base.view_paths for test cases
Joshua Peek
2008-07-12
1
-8
/
+0
*
Improve test coverage and create fixtures for RenderPartialWithRecordIdentifi...
Joshua Peek
2008-07-12
1
-0
/
+9
*
Set precompiled fixture load path constant to speed up tests
Joshua Peek
2008-06-25
1
-12
/
+14
*
Make render shorthands work with namespaced controllers
Jacek Becela
2008-05-10
1
-42
/
+147
*
Added test for has_one partial rendering (keeran) [#43 state:resolved]
David Heinemeier Hansson
2008-04-30
1
-1
/
+13
*
Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved]
David Heinemeier Hansson
2008-04-30
1
-10
/
+7
*
Fix problem with render :partial collections, records, and locals. #11057 [lo...
Marcel Molina
2008-02-08
1
-0
/
+3
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
2
-3
/
+2
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
1
-1
/
+1
*
Fixed that has_many :through associations should render as collections too (c...
David Heinemeier Hansson
2007-11-12
1
-0
/
+10
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Deprecation: remove pagination. Install the classic_pagination plugin for for...
Jeremy Kemper
2007-06-11
1
-156
/
+0
*
render :partial recognizes Active Record associations as Arrays. Closes #8538.
Jeremy Kemper
2007-06-01
1
-0
/
+64
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-1
/
+1
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
Remove deprecated assertions.
Jeremy Kemper
2007-01-28
1
-92
/
+0
*
use ActiveRecordTestCase
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
Active Record integration deprecation tests
Jeremy Kemper
2006-09-04
1
-14
/
+23
*
Clean up and run the Active Record integration tests by default. Closes #5854.
Jeremy Kemper
2006-08-22
3
-47
/
+4
*
Clean up and run the Active Record integration tests by default.
Jeremy Kemper
2006-08-22
3
-10
/
+15
*
Fix problem with unloaded ARStore sessions being loaded when they are garbage...
Jamis Buck
2006-03-08
1
-0
/
+22
*
Added :count option to pagination that'll make it possible for the ActiveReco...
David Heinemeier Hansson
2006-02-20
1
-2
/
+17
*
Major components cleanup and speedup. Closes #3527.
Jeremy Kemper
2006-02-09
1
-4
/
+5
*
Move active_record_store_test.rb to test/activerecord/. Closes #3790.
Jeremy Kemper
2006-02-09
1
-0
/
+151
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
2
-0
/
+230
[prev]