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
/
railties
/
test
/
application
/
initializers
/
frameworks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a test to ensure url helpers are not action methods in ActionMailer.
José Valim
2010-07-07
1
-0
/
+19
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-1
/
+1
*
adding missing assertion and fixing the test
Neeraj Singh
2010-06-24
1
-2
/
+4
*
fixing test by replacing assert with assert_equal
Neeraj Singh
2010-06-24
1
-1
/
+1
*
Array#sample now exists, so test for #forty_two instead
Jeremy Kemper
2010-06-24
1
-1
/
+1
*
removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...
Xavier Noria
2010-06-05
1
-2
/
+2
*
Renames Array#rand -> Array#random_element
Rizwan Reza
2010-05-17
1
-2
/
+2
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-2
/
+2
*
Fix Sam Ruby's tests and deprecation warnings
Carlhuda
2010-03-04
1
-2
/
+2
*
Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord:...
Carlhuda
2010-03-02
1
-1
/
+1
*
Add a test for default_url_options in AM.
José Valim
2010-02-21
1
-0
/
+11
*
Add more tests to some key points in Railties.
José Valim
2010-01-28
1
-0
/
+6
*
Refactor railties test, break huge files in smaller chunks and move initiali...
José Valim
2010-01-26
1
-0
/
+80
[prev]