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
2f79c5b48500bd2c09c401e4b55539db2afeb714
rails
/
actionpack
/
test
History
José Valim
cd79a46174
Remove input, form, error_messages_for and error_message_on from the framework. If you think you will miss them, feel free to use the dynamic_form plugin available at
http://github.com/rails/dynamic_form
2010-04-10 10:53:05 +02:00
..
abstract
Whitespace
2010-04-04 19:58:16 -07:00
activerecord
Consistent routing language
2010-03-30 14:05:42 -05:00
controller
Fixed that default locale templates should be used if the current locale template is missing [DHH]
2010-04-08 18:11:26 -07:00
dispatch
Dial back from 'namespace :controller => ...' to 'scope :module => ...'
2010-04-09 23:09:15 -07:00
fixtures
Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding
2010-04-08 20:22:07 -07:00
lib
Improve performance of the rendering stack by freezing formats as a sign that they shouldn't be further modified.
2010-03-19 17:20:20 +01:00
template
Remove input, form, error_messages_for and error_message_on from the framework. If you think you will miss them, feel free to use the dynamic_form plugin available at
http://github.com/rails/dynamic_form
2010-04-10 10:53:05 +02:00
tmp
Use safe tmp dir
2009-08-13 21:03:25 -05:00
abstract_unit.rb
Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration.
2010-04-05 12:00:24 +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