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
/
Rakefile
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
File extra test folders into controller, dispatch, or template
Joshua Peek
2009-10-03
1
-1
/
+1
*
Ported the new ActionView::TestCase from 2-3-stable to master [#3260
Erik Ostrom
2009-09-28
1
-1
/
+1
*
Make gemspecs the authoritative source instead of generating them from the Ra...
Joshua Peek
2009-09-25
1
-38
/
+2
*
Bump rack-test required version to 0.5
Joshua Peek
2009-09-22
1
-1
/
+1
*
All tests should be ran under isolated_test too
Joshua Peek
2009-09-19
1
-5
/
+5
*
Merge "test_new_base" runner into standard "test_action_pack"
Joshua Peek
2009-09-19
1
-9
/
+2
*
Follow short name convention for test folder and just call it "abstract"
Joshua Peek
2009-09-19
1
-1
/
+1
*
Merge abstract_controller/test_helper and new_base/test_helper since they are...
Joshua Peek
2009-09-13
1
-27
/
+4
*
Don't force test suite to use bundler
Joshua Peek
2009-09-13
1
-1
/
+1
*
Get ActionPack's test running on bundled gems. This should make running tests...
Yehuda Katz
2009-09-12
1
-1
/
+11
*
Add required dependencies on activemodel
Carl Lerche
2009-09-01
1
-0
/
+1
*
Add rake gemspec and gemspecs to the repo
Yehuda Katz
2009-08-31
1
-0
/
+6
*
Restore rack gem dependency
Joshua Peek
2009-08-31
1
-1
/
+2
*
Switch over to rack-test gem
Joshua Peek
2009-08-31
1
-0
/
+1
*
Bump up the version to 3.0.pre
Carl Lerche
2009-06-30
1
-1
/
+1
*
Keep ActionMailer using the old layouts code until it gets refactored.
Yehuda Katz + Carl Lerche
2009-06-15
1
-1
/
+1
*
Adding "test" to the lib directory when running action pack tests on new base
Yehuda Katz + Carl Lerche
2009-06-10
1
-1
/
+3
*
Remove duplicate
Yehuda Katz + Carl Lerche
2009-06-08
1
-7
/
+0
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-0
/
+8
*
Get all template tests passing on new base
Carl Lerche
2009-05-26
1
-2
/
+1
*
Got all the dispatch tests running on new base
Carl Lerche
2009-05-26
1
-4
/
+4
*
Add controller/integration_test.rb to the new base test runner
Carl Lerche
2009-05-26
1
-2
/
+1
*
Get controller/test_test.rb to pass on new base
Carl Lerche
2009-05-26
1
-2
/
+1
*
Get controller/view_paths_test.rb to pass on new base
Carl Lerche
2009-05-26
1
-2
/
+2
*
Move html-scanner tests one dir up
Pratik Naik
2009-05-23
1
-1
/
+1
*
Got controller/render_js_test.rb to pass on new base
Yehuda Katz + Carl Lerche
2009-05-22
1
-4
/
+3
*
Add missing selector_test to the list
Pratik Naik
2009-05-23
1
-4
/
+2
*
Port cookies to new base
Jeremy Kemper
2009-05-22
1
-2
/
+1
*
Added render_other_test.rb to the new base test runner
Yehuda Katz + Carl Lerche
2009-05-22
1
-4
/
+14
*
Add some more tests to the test_new_base_on_old_tests task
Pratik Naik
2009-05-23
1
-1
/
+1
*
Make logging_test pass with the new base
Pratik Naik
2009-05-23
1
-1
/
+1
*
Verbose test_new_base_on_old_tests
Jeremy Kemper
2009-05-22
1
-0
/
+1
*
Move fake controllers and models to a common load path
Jeremy Kemper
2009-05-22
1
-6
/
+6
*
Set ENV['NEW'] to run any test task with the new Base.
Jeremy Kemper
2009-05-22
1
-6
/
+6
*
Get controller/layout_test.rb running on new base except for ActionController...
Yehuda Katz + Carl Lerche
2009-05-22
1
-6
/
+7
*
Add all the existing helpers related features to the new base
Pratik Naik
2009-05-23
1
-1
/
+1
*
Move FilterParameterLogging to a stand alone module and make it work on new base
Pratik Naik
2009-05-22
1
-1
/
+1
*
Add assert_select tests to the new base
Pratik Naik
2009-05-22
1
-1
/
+1
*
Make assertion tests pass with the new base
Pratik Naik
2009-05-22
1
-0
/
+1
*
Add HTTP Authentication to the new base
Pratik Naik
2009-05-22
1
-0
/
+1
*
Added the :xml render option
Yehuda Katz + Carl Lerche
2009-05-21
1
-1
/
+1
*
Added the ability to register methods to handle specific render option keys a...
Yehuda Katz + Carl Lerche
2009-05-21
1
-2
/
+3
*
Add Streaming to new base
Pratik Naik
2009-05-21
1
-1
/
+1
*
RequestForgeryProtection now works with the new base
Pratik Naik
2009-05-21
1
-1
/
+1
*
Made ActionController::Verification work with new_base
Pratik Naik
2009-05-21
1
-1
/
+1
*
Make controller/content_type_test.rb pass on new base
Yehuda Katz + Carl Lerche
2009-05-20
1
-3
/
+4
*
Got controller/mime_responds_test.rb running on the new base
Yehuda Katz + Carl Lerche
2009-05-20
1
-3
/
+4
*
Make ActionController::Flash work with new_base
Pratik Naik
2009-05-21
1
-1
/
+1
*
Massage setup for old tests on new base
Jeremy Kemper
2009-05-20
1
-2
/
+1
*
Added passing old tests on new base to the main test runner
Yehuda Katz + Carl Lerche
2009-05-20
1
-1
/
+12
[prev]
[next]