1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Santiago Pastorino f76eaa4b7c add time_separator for minutes only if minutes aren't hidden
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-25 08:31:02 -08:00
..
abstract Renamed LocalizedCache to DetailsCache. 2010-02-24 22:17:26 +01:00
activerecord Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
controller Cleanup render callstack and make render(:json => {}, :status => 401) work again. 2010-02-24 22:17:25 +01:00
dispatch Use ActionDispatch::Routing everywhere 2010-02-21 13:43:51 -08:00
fixtures Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. Closes #8994 2010-02-23 22:45:42 -08:00
lib Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
template add time_separator for minutes only if minutes aren't hidden 2010-02-25 08:31:02 -08:00
tmp
abstract_unit.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb