index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activemodel
/
test
/
cases
/
attribute_methods_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test class name that should read Without
Carlos Antonio da Silva
2012-01-16
1
-2
/
+2
*
Fix stack level too deep when model does not have attributes method.
Piotr Sarnacki
2012-01-15
1
-0
/
+8
*
remove deprecated define_attr_method from ActiveModel::AttributeMethods
Sergey Nartimov
2011-12-24
1
-31
/
+0
*
Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`
Jon Leighton
2011-11-29
1
-5
/
+18
*
Generate attribute method unless it's already in the module.
Jon Leighton
2011-09-14
1
-0
/
+23
*
Add an attribute_missing method to ActiveModel::AttributeMethods.
Jon Leighton
2011-09-13
1
-0
/
+15
*
Let Ruby deal with method visibility.
Jon Leighton
2011-09-13
1
-0
/
+36
*
Add deprecation for doing `attribute_method_suffix ''`
Jon Leighton
2011-09-13
1
-6
/
+11
*
Use an empty AttributeMethodMatcher by default.
Jon Leighton
2011-09-13
1
-0
/
+17
*
removed duplicate code
ganesh
2011-06-11
1
-1
/
+0
*
Do not in place modify what table_name returns
Santiago Pastorino
2011-03-22
1
-11
/
+0
*
define_attr_method should be able to define methods that returns nil
Santiago Pastorino
2011-03-17
1
-0
/
+2
*
dup strings on return so that in place modifications do not break anything. ...
Aaron Patterson
2011-03-17
1
-0
/
+11
*
define_attr_method correctly defines methods with invalid identifiers
Santiago Pastorino
2011-03-16
1
-2
/
+4
*
Add a define_attr_method test
Santiago Pastorino
2011-03-16
1
-0
/
+13
*
Add test for define_attr_method using as name an invalid identifier
Santiago Pastorino
2011-03-16
1
-0
/
+13
*
Add test for define_attribute_method using as name an invalid identifier
Santiago Pastorino
2011-03-16
1
-3
/
+26
*
Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco...
Alexander Uvarov
2011-03-01
1
-3
/
+7
*
allow spaces and other characters in attribute names [#4725 state:resolved]
Caleb Land
2011-02-03
1
-0
/
+30
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Fixed behavior of attribute_methods_generated? [#3220 state:resolved]
Sam Pohlenz
2009-10-07
1
-0
/
+26
*
Don't share attribute matchers between classes [#3216 state:resolved]
Sam Pohlenz
2009-10-07
1
-0
/
+20