Commit Graph

21066 Commits

Author SHA1 Message Date
Vijay Dev
287bb6990c standardize all shell commands with the $ prefix 2011-02-25 02:59:37 +05:30
Josep M. Bach
55105c4318 Fix missing inheritance from AR::Base in docs 2011-02-24 10:00:09 +01:00
Rodrigo Navarro
0b2412978f Fixing wrong class name. 2011-02-23 10:23:01 -08:00
Rodrigo Navarro
29399e00c9 ActiveModel::Validator#validate must receive have a record parameter. 2011-02-23 10:22:03 -08:00
Xavier Noria
f8cfa454e5 Merge branch 'master' of git://github.com/lifo/docrails 2011-02-22 19:06:29 +01:00
Mateus Paixão
20f2785849 alteracao de HTML para HTTP 2011-02-22 10:37:59 -03:00
Aaron Patterson
b3fcabb3a5 adding a test case for custom locking 2011-02-21 16:12:02 -08:00
Mani Tadayon
14263fa74e Merge branch 'master' of github.com:lifo/docrails 2011-02-21 13:46:19 -08:00
Mani Tadayon
ae78e462bc Fix typo in i18n guide: 'explicitely' 2011-02-21 13:45:21 -08:00
Xavier Noria
0d41fa9562 copy-edits 8d96b89 2011-02-21 13:44:20 -08:00
Xavier Noria
5e69debd7a copy-edits 6d7a826 2011-02-21 13:44:20 -08:00
Xavier Noria
fa38214641 copy-edits 34316d8 2011-02-21 13:44:20 -08:00
Nicholas Rowe
1700329526 Docs: Update to_xml documentation to match as_json docuemntation 2011-02-21 13:44:20 -08:00
Rodrigo Navarro
26a50689c9 Adding new examples for update_all method 2011-02-21 13:44:20 -08:00
Rodrigo Navarro
b39766fda5 Adding examples 2011-02-21 13:44:20 -08:00
Andy Lindeman
2b6845b1ef Specifying :partial is required when passing additional options such as :layout 2011-02-21 13:44:20 -08:00
Vijay Dev
406f7ebe69 cleans up PS1. Sorry lifo :) 2011-02-21 13:44:20 -08:00
Vijay Dev
c86cdea1b8 minor rephrasing 2011-02-21 13:44:19 -08:00
Nicholas Rowe
fab5fe7f60 Documentation: Added small comments to Observering module 2011-02-21 13:44:19 -08:00
Nicholas Rowe
746a412055 Tpyo: fixing several cases of the the 2011-02-21 13:44:19 -08:00
Nicholas Rowe
2a816db446 Typo: fixing the the 2011-02-21 13:44:19 -08:00
Ben Orenstein
2394ad69a4 Edit a few lines for readability. 2011-02-21 13:44:19 -08:00
Brandon Tilley
1e2ecc4d6f Add info about I18n::Backend::Chain to I18n guide 2011-02-21 13:44:19 -08:00
Vijay Dev
9345e9cca2 session is reset on token mismatch 2011-02-21 13:44:19 -08:00
Ben Orenstein
308328fd7f Add a forgotten word. 2011-02-21 13:44:19 -08:00
Ben Orenstein
a40b7159d9 Improve clarity of example. Make it follow guidelines for output display. 2011-02-21 13:44:18 -08:00
Ben Orenstein
797af0faa5 Add a clearer example for with_options (lifted from the Active Support guide). 2011-02-21 13:44:18 -08:00
Jimmy Cuadra
74b44dfb86 improve language and examples in Railtie docs 2011-02-21 13:44:18 -08:00
Peer Allan
8f17a81cbd Clarification of ActiveRecord ActiveModel validation documentation 2011-02-21 13:44:18 -08:00
Aaron Patterson
442f8dbc69 Gem.cache is going to be deprecated, use source_index instead 2011-02-21 13:27:10 -08:00
Jon Leighton
52f8e4b9da Use proper objects to do the work to build the associations (adding methods, callbacks etc) rather than calling a whole bunch of methods with rather long names. 2011-02-21 10:16:15 -08:00
Jon Leighton
a5274bb52c Rename target_klass to klass 2011-02-21 10:16:14 -08:00
Jon Leighton
8b00da5258 Delegate through_reflection and source_reflection to reflection 2011-02-21 10:16:14 -08:00
Jon Leighton
32eef69dc1 Delegate Association#options to the reflection, and replace 'reflection.options' with 'options'. Also add through_options and source_options methods for through associations. 2011-02-21 10:16:14 -08:00
Jon Leighton
73ff0076b3 Singular associations no longer use a proxy, so no need to check for the proxy type on assignment. 2011-02-21 10:16:14 -08:00
Jon Leighton
1d85a73ceb Associations - where possible, call attributes methods rather than directly accessing the instance variables 2011-02-21 10:16:14 -08:00
Xavier Noria
f826e05835 Merge branch 'master' of git://github.com/lifo/docrails 2011-02-21 11:42:26 +01:00
Xavier Noria
b481574a33 copy-edits 8d96b89 2011-02-21 11:37:08 +01:00
Xavier Noria
9297027e08 copy-edits 6d7a826 2011-02-21 11:01:26 +01:00
Xavier Noria
843a5b9a3a copy-edits 34316d8 2011-02-21 11:00:03 +01:00
Mark Turner
cd12c36996 Added .rvmrc to gitignore 2011-02-21 17:19:13 +08:00
Nicholas Rowe
34316d8b7e Docs: Update to_xml documentation to match as_json docuemntation 2011-02-20 21:35:43 -05:00
Nicholas Rowe
b014f822e5 Merge branch 'master' of github.com:lifo/docrails 2011-02-20 21:06:03 -05:00
Nicholas Rowe
6d7a8267b9 Documentation: Added small comments to Observering module 2011-02-20 21:05:41 -05:00
Rodrigo Navarro
62fd334684 Adding new examples for update_all method 2011-02-20 22:22:52 -03:00
Rodrigo Navarro
4da0157aaf Adding examples 2011-02-20 22:03:29 -03:00
Andy Lindeman
bdf83b7dc3 Specifying :partial is required when passing additional options such as :layout 2011-02-20 13:52:41 -06:00
Vijay Dev
7d12f53e85 cleans up PS1. Sorry lifo :) 2011-02-20 21:37:39 +05:30
Vijay Dev
35cb9b7f33 minor rephrasing 2011-02-20 21:31:12 +05:30
Xavier Noria
6c30530b00 adds Range#cover? to the CHANGELOG 2011-02-20 11:01:07 +01:00