.. |
mass_assignment_security
|
Changed the require path for logger
|
2011-12-21 19:42:44 +05:30 |
serializers
|
replacing ordered hash to ruby hash
|
2012-02-08 00:34:47 +05:30 |
validations
|
To infinity… and beyond!
|
2012-02-06 12:58:32 +01:00 |
attribute_methods_test.rb
|
Fix test class name that should read Without
|
2012-01-16 00:00:57 +01:00 |
callbacks_test.rb
|
Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface.
|
2011-01-31 19:45:53 -02:00 |
configuration_test.rb
|
Support configuration on ActiveRecord::Model.
|
2011-12-28 18:27:41 +00:00 |
conversion_test.rb
|
Fix comments about to_partial_path
|
2012-03-10 17:40:27 -05:00 |
dirty_test.rb
|
changing an attribute multiple times retains the correct original value
|
2011-06-28 22:18:24 -07:00 |
errors_test.rb
|
AM::Errors: allow :full_messages parameter for #as_json
|
2012-02-20 11:17:11 +02:00 |
helper.rb
|
require minitest rather than test/unit
|
2012-01-06 15:50:47 -08:00 |
lint_test.rb
|
Trim down Active Model API by removing valid? and errors.full_messages
|
2012-02-07 23:10:43 +01:00 |
mass_assignment_security_test.rb
|
Fix sanitize_for_mass_assigment when role is nil
|
2012-02-15 11:13:54 -02:00 |
model_test.rb
|
Add docs with usage examples for ActiveModel::Model
|
2012-03-03 04:45:30 -03:00 |
naming_test.rb
|
Use ActiveModel::TestCase instead of Test::Unit:TestCase
|
2012-01-06 20:43:08 -03:00 |
observer_array_test.rb
|
Add additional tests for AM::ObserverArray that I had missed yesterday.
|
2011-04-28 08:32:22 -07:00 |
observing_test.rb
|
Allow ActiveRecord observers to be disabled.
|
2011-08-12 20:48:44 -07:00 |
secure_password_test.rb
|
use variables from test setup
|
2011-10-17 19:15:24 +05:30 |
serialization_test.rb
|
Make sure serializable hash with :include always returns string keys
|
2012-03-09 21:51:12 -03:00 |
translation_test.rb
|
Namespaced attribute lookup now works as 'model/association.attribute'.
|
2011-12-05 15:39:41 +01:00 |
validations_test.rb
|
replacing ordered hash to ruby hash
|
2012-02-08 00:34:47 +05:30 |