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
...
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
3
-5
/
+5
*
Check blocks are not incorrectly detected when compiling erubis templates [#4...
Simon Jefford
2010-05-16
1
-0
/
+5
*
Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]
rohit
2010-05-16
2
-5
/
+5
*
partial counters with :as [#2804 state:resolved]
Jeff Kreeftmeijer
2010-05-15
1
-0
/
+9
*
Add tests for convenience methods #notice and #alert to flash.now [#4369 stat...
Anil Wadghule
2010-05-15
1
-0
/
+20
*
fix assert_select messages to its declaration behaviour
Paco Guzman
2010-05-15
1
-3
/
+13
*
move assert_template tests to their own test case [#4501 state:resolved]
David Chelimsky
2010-05-03
1
-41
/
+46
*
Eliminate false positives when passing symbols to assert_template
David Chelimsky
2010-05-03
1
-4
/
+25
*
move FixtureResolver to a file that is accessible outside Rails' own tests
David Chelimsky
2010-05-02
1
-2
/
+0
*
RouteSet does not raise ActionController::RoutingError when no routes match a...
Carl Lerche
2010-04-30
1
-2
/
+4
*
add HTTP Token Authorization support to complement Basic and Digest Authoriza...
rick
2010-04-30
1
-0
/
+113
*
ActionCachingTestController rescues from all exceptions. Making sure that all...
Neeraj Singh
2010-04-29
1
-0
/
+31
*
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Anil Wadghule
2010-04-26
1
-1
/
+2
*
Action Pack: fix tests with -K*, work around Ruby 1.9.1 constant lookup.
Cezary Baginski
2010-04-25
1
-2
/
+2
*
Missed commit: explicit source encoding
Jeremy Kemper
2010-04-24
1
-1
/
+1
*
Fix render :xml test (ht Simo Niemelä)
José Valim
2010-04-24
1
-2
/
+2
*
Make ActionDispatch url_for use HWIA symbolize_keys
Santiago Pastorino
2010-04-22
1
-3
/
+7
*
Ensure that url_for uses symbolized keys in the controller. [#4391]
J Smith
2010-04-22
1
-0
/
+10
*
Always downstream given options in :json, :xml and :js renderers and add test...
José Valim
2010-04-22
2
-7
/
+35
*
access assigns as a method or hash, with strings or symbols [#4431 state:reso...
David Chelimsky
2010-04-17
1
-0
/
+16
*
Added missing require
Santiago Pastorino
2010-04-16
1
-0
/
+1
*
Added test get to js should have a header with content-type text/javascript
Santiago Pastorino
2010-04-16
1
-1
/
+8
*
Tidy up a bit this test file
Santiago Pastorino
2010-04-16
1
-7
/
+2
*
Revert "Add test case which check content type when rendering rjs" partial in...
Santiago Pastorino
2010-04-16
1
-9
/
+1
*
Make perform_caching work again, with the tests passing and backward compatible
Santiago Pastorino and Carl Lerche
2010-04-15
2
-14
/
+14
*
Merge branch 'master' of github.com:rails/rails
wycats
2010-04-13
1
-1
/
+1
|
\
|
*
Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]
Anil Wadghule
2010-04-13
1
-1
/
+1
*
|
Add test case which check content type when rendering rjs partial in html tem...
Stanko Alexander
2010-04-13
1
-1
/
+9
|
/
*
Move verification to a plugin as well: http://github.com/rails/verification.git
José Valim
2010-04-10
1
-270
/
+0
*
Fixed that default locale templates should be used if the current locale temp...
Carl Lerche
2010-04-08
1
-0
/
+22
*
Add accessors for request and response so tests don't have to mess with inter...
Michael Koziarski
2010-04-09
1
-0
/
+6
*
Fix cookie access in integration tests with other host names
Joshua Peek
2010-04-05
1
-0
/
+45
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
2
-5
/
+3
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
2
-2
/
+2
*
Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...
José Valim
2010-03-31
1
-1
/
+1
*
Consistent routing language
Joshua Peek
2010-03-30
5
-29
/
+29
*
Fix stack overflow bug in integration test router helpers
Joshua Peek
2010-03-30
1
-0
/
+47
*
Tests method_missing to raise NameError. [#2522 state:resolved]
Rizwan Reza
2010-03-27
1
-0
/
+16
*
open_session can just return the a dup of the current context.
wycats
2010-03-22
1
-5
/
+3
*
Current url helpers become actions in controller. Added a failing test case f...
José Valim
2010-03-22
1
-6
/
+17
*
Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...
wycats
2010-03-19
4
-7
/
+12
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-2
/
+13
*
remove duplicated self.view_paths assingment on controller tests [#4206 state...
Santiago Pastorino
2010-03-18
1
-2
/
+2
*
Return a valid Rack response from bare ActionController::Metal
Carlhuda
2010-03-18
1
-0
/
+27
*
Make render :partial, :layout consistent between AC and AV
Carlhuda
2010-03-18
1
-11
/
+1
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
2
-3
/
+13
*
Deleting and setting a cookie in the same request was broken
Mathias Biilmann Christensen
2010-03-17
1
-0
/
+11
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
4
-16
/
+18
*
Remove unneeded AV::Base and AV::Template monkey-patches
Carlhuda
2010-03-17
1
-3
/
+2
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-0
/
+7
[prev]
[next]