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
/
lib
/
active_model
/
lint.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-4
/
+7
*
Fix few typos and improve markup at some levels
Robin Dupret
2013-12-24
1
-1
/
+1
*
respond_to -> respond to in a message from AM::Lint
Xavier Noria
2013-05-12
1
-1
/
+1
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-4
/
+4
*
update ActiveModel::Lint documentation [ci skip]
Francesco Rodriguez
2012-06-22
1
-22
/
+23
*
Allow ActiveModel::Name to duck type
Piotr Sarnacki
2012-03-28
1
-4
/
+4
*
ActiveModel::Name does not inherit from string
Lukasz Sarnacki
2012-03-26
1
-1
/
+1
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-3
/
+3
*
Trim down Active Model API by removing valid? and errors.full_messages
José Valim
2012-02-07
1
-27
/
+13
*
Rename new method to_path to to_partial_path to avoid conflicts with File#to_...
José Valim
2011-08-01
1
-4
/
+4
*
Let ActiveModel instances define partial paths.
Grant Hutchins & Peter Jaros
2011-07-25
1
-3
/
+12
*
Fix typo in assertion message
Andrew White
2011-03-16
1
-1
/
+1
*
Add messages to plain assertions.
Norman Clarke
2011-03-15
1
-2
/
+2
*
Move ActiveModel::Lint::Tests documentation to be above module declaration so...
Ryan Bigg
2010-12-09
1
-14
/
+14
*
to_key should return all exists keys (if any exists), regardless if the objec...
José Valim
2010-08-15
1
-0
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Active Model lint - fix minor typos
Bryan Woods
2010-06-15
1
-2
/
+2
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
Revised naming.rb and lint.rb
Rizwan Reza
2010-06-14
1
-1
/
+1
*
Added headings and revised active_model.rb/lint.rb grammatically
Rizwan Reza
2010-06-14
1
-1
/
+3
*
ActiveModel::Lint should not require our models to respond to id.
José Valim
2010-02-28
1
-2
/
+0
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-15
/
+10
*
AMo #key is now #to_key and CI is probably happy
snusnu
2010-02-20
1
-6
/
+12
*
Adds #key and #to_param to the AMo interface
snusnu
2010-02-19
1
-0
/
+23
*
Full update on ActiveModel documentation
Mikel Lindsaar
2010-02-01
1
-10
/
+6
*
Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...
Yehuda Katz
2010-01-19
1
-0
/
+2
*
Add naming to AMo::Lint
José Valim
2010-01-02
1
-0
/
+14
*
Rewrite ActiveModel::Lint as a simple TU mixin
Joshua Peek
2009-10-07
1
-48
/
+30
*
Use ActiveModel::TestCase base class
Jeremy Kemper
2009-09-24
1
-3
/
+3
*
fixed ActiveModel::Lint typos [#3236 state:resolved]
lakshan
2009-09-21
1
-4
/
+3
*
Initial AMo Lint implementation
Yehuda Katz
2009-08-29
1
-0
/
+96