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
5ccdb362b490a175e30f54471cecc8d0be2a0448
rails
/
actionpack
/
test
History
José Valim
7a7012c717
Fix a bug where symbols and strings were not behaving the same in the router. [
#5431
state:resolved]
2010-08-24 10:19:01 -03:00
..
abstract
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:20:06 -03: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
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
2010-08-23 23:09:35 -03:00
dispatch
Fix a bug where symbols and strings were not behaving the same in the router. [
#5431
state:resolved]
2010-08-24 10:19:01 -03:00
fixtures
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:20:06 -03:00
lib
move FixtureResolver to a file that is accessible outside Rails' own tests
2010-05-02 22:45:54 +02:00
template
Move encoding settings for testing purposes to abstract_unit file
2010-08-21 22:38:15 -03:00
tmp
Use safe tmp dir
2009-08-13 21:03:25 -05:00
abstract_unit.rb
Silence warnings for Encoding.default_external= and Encoding.default_internal=
2010-08-22 18:43:51 -03: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