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
/
new_base
/
test_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whoops, I guess we broke layouts ;)
Yehuda Katz + Carl Lerche
2009-06-15
1
-9
/
+0
*
Get the new base tests to pass
Yehuda Katz + Carl Lerche
2009-06-15
1
-2
/
+1
*
Slightly modify things to get content type matching working without breaking ...
Yehuda Katz
2009-05-23
1
-1
/
+1
*
Replace the class level Rack::Test DSL with the regular integration tests DSL
Pratik Naik
2009-05-20
1
-43
/
+12
*
Replace ad hoc Rack::Test with ActionController::IntegrationTest
Pratik Naik
2009-05-20
1
-9
/
+7
*
Cleaning up more render tests
Yehuda Katz + Carl Lerche
2009-05-14
1
-1
/
+1
*
Ported over render :file tests.
Yehuda Katz + Carl Lerche
2009-05-13
1
-0
/
+24
*
Implement FooController.action(:name)
Yehuda Katz
2009-05-02
1
-1
/
+1
*
Renamed Base2 to Base and don't require old action_controller for new Base
Yehuda Katz + Carl Lerche
2009-05-01
1
-67
/
+3
*
Starting to get new_base to run on old tests
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+2
*
Ported over the concept of public instance methods on controller child classe...
Yehuda Katz + Carl Lerche
2009-05-01
1
-5
/
+5
*
Move ContentType inline for now.
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+0
*
Support implicit and explicit content types
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+1
*
Support implicit render and blank render
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+20
*
Ported over render :template tests
Yehuda Katz + Carl Lerche
2009-05-01
1
-0
/
+5
*
Renamed ActionController::AbstractBase to ActionController::Http
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+1
*
OMG, a lot of work
Yehuda Katz + Carl Lerche
2009-05-01
1
-1
/
+13
*
Get Base2 layouts to work :)
Yehuda Katz and Carl Lerche
2009-04-07
1
-0
/
+12
*
Layouts work in AbstractController. Add support for the rspec runner for T::U
Yehuda Katz and Carl Lerche
2009-04-07
1
-18
/
+1
*
Add depends_on, use, and setup to abstract up ideas about module inheritance.
Yehuda Katz and Carl Lerche
2009-04-07
1
-10
/
+8
*
Merge branch 'abstract_controller' of git@github.com:wycats/rails into abstra...
Yehuda Katz and Carl Lerche
2009-04-06
1
-3
/
+9
|
\
|
*
In the middle of some refactoring... some fails due to changes in AbstractCon...
Yehuda Katz and Carl Lerche
2009-03-23
1
-3
/
+9
*
|
Changes necessary to run the T::U tests with the rspec runner
Yehuda Katz and Carl Lerche
2009-04-06
1
-6
/
+15
|
/
*
Checkpoint
Yehuda Katz and Carl Lerche
2009-03-23
1
-36
/
+2
*
Add a bunch of tests for various render :action, layout combinations
Yehuda Katz
2009-03-23
1
-1
/
+1
*
Finished implementing :layout for most of the render options
Carl Lerche
2009-03-23
1
-2
/
+2
*
Finished implementing layout for render :text
Carl Lerche
2009-03-23
1
-1
/
+1
*
Modified the action layout tests to use the new FixtureTemplate class
Carl Lerche
2009-03-23
1
-0
/
+36
*
Get very basic layouts working.
Yehuda Katz
2009-03-19
1
-0
/
+1
*
Implemented basic template rendering in AC::Base2:
Yehuda Katz
2009-03-18
1
-0
/
+133