This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d
rails
/
actionpack
/
test
History
Carlos Antonio da Silva
751f89b8b2
Add assertion to link_to_function test with block and capture, and more expressive test name [
#5179
state:resolved]
...
Signed-off-by: José Valim <
jose.valim@gmail.com
>
2010-07-25 23:00:15 +02:00
..
abstract
Fix setting helpers_path to a string or pathname
2010-07-07 12:03:08 -07:00
activerecord
Deprecate the old router DSL. Since it is still used intensively across ActionPack test suite, patches that translates Rails internal tests to the new router DSL are welcome (note though that a few tests shouldn't be translated since they are testing exactly the old mapper API, like the ones in actionpack/test/controller/resource_test.rb and actionpack/test/controller/routing_test.rb)
2010-06-28 12:23:41 +02:00
controller
Fixed a globbed route issue where slashes were being escaped, causing assert_routing to fail. [
#5135
state:resolved]
2010-07-21 22:07:40 +02:00
dispatch
Ensure insert_before in middleware stack raises a meaningful error message [
#3679
state:resolved]
2010-07-21 15:17:04 +02:00
fixtures
Fixed that an ArgumentError is thrown when request.session_options[:id] is read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types.
2010-06-27 22:39:06 +02:00
lib
move FixtureResolver to a file that is accessible outside Rails' own tests
2010-05-02 22:45:54 +02:00
template
Add assertion to link_to_function test with block and capture, and more expressive test name [
#5179
state:resolved]
2010-07-25 23:00:15 +02:00
tmp
Use safe tmp dir
2009-08-13 21:03:25 -05:00
abstract_unit.rb
Fix routes with :controller segment when namespaced [
#5034
state:resolved]
2010-07-02 19:13:00 +02:00
active_record_unit.rb
Autoload AR test case
2010-01-04 16:50:01 -06:00
ts_isolated.rb
Give useful test:isolated failures
2009-11-04 12:44:06 -08:00