Commit Graph

23043 Commits

Author SHA1 Message Date
Mohammad Typaldos
a620e65053 Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-05 14:49:50 -07:00
Vijay Dev
a2cf91a1a4 minor edits in migrations guide 2011-06-06 02:10:38 +05:30
Vijay Dev
e1b202fc70 annotate class_eval method for active resource schema attributes 2011-06-05 21:44:04 +05:30
Guillermo Iguaran
c2c8ef57d6 Remove trailing white-spaces 2011-06-05 10:34:40 -05:00
Vijay Dev
9f19322b1f correct code indendation in the initialization guide 2011-06-05 00:58:21 +05:30
Vijay Dev
087f8e16a6 s/ActiveRecord/Active Record according to api guidelines 2011-06-04 23:51:00 +05:30
Vijay Dev
9d15a35981 minor corrections in generators guide 2011-06-04 20:44:11 +05:30
Vijay Dev
50487bd0ef fix incorrect module name for wrap parameters 2011-06-04 20:28:16 +05:30
Vijay Dev
fc9ff8cf41 some grammatical corrections 2011-06-04 20:12:25 +05:30
Vijay Dev
82aedbb96d fix incorrect output 2011-06-04 20:12:25 +05:30
Alberto Perdomo
2eac4e2e2f Fixed order of parameters in assert_equal call examples, first expected, then actual object. 2011-06-04 14:26:40 +01:00
Rohit Arondekar
3035f72d17 Upcoming version of Rails is upon us so no need to refer to it. [API DOCS] 2011-06-03 21:54:33 -07:00
Vijay Dev
ced2b25036 use clearer variable name in examples 2011-06-04 02:11:43 +05:30
Waynn Lue
6fbd548b5f add a missing "the" and normalize the use of periods. 2011-06-03 12:26:53 -07:00
Prem Sichanugrist
74f9a4629b Revise documentation indentation from [79990505e5] 2011-06-03 15:06:03 -04:00
ganesh
79990505e5 updated Changelog 2011-06-04 00:31:45 +05:30
Linux on Rails
72f51990b7 FIXED: error with url_for & link_to when we have nested resources. 2011-06-03 03:01:41 -07:00
Vijay Dev
caa8ab09f7 remove stray ( 2011-06-03 14:25:13 +05:30
Vijay Dev
b688f44390 use 'bundle exec rake' 2011-06-03 14:14:23 +05:30
Vijay Dev
b4af5b9d49 fix indentation, fixed-width for nils 2011-06-03 14:13:04 +05:30
brianp
a632746a6a Fixed sections regarding validations and callbacks to mention the touch method does not fire either validations or callbacks as stated in the docs. 2011-06-02 15:03:36 -07:00
Ben Orenstein
8e071bc068 Change hashrocket spacing to match conventions. 2011-06-02 17:33:48 -04:00
Vijay Dev
d0355ed5a9 add alias info for runner command 2011-06-02 01:10:11 +05:30
Vijay Dev
6e02164e02 styling changes 2011-06-02 01:08:14 +05:30
Ayose
196c8f13bf Edited activerecord/lib/active_record/transactions.rb via GitHub 2011-06-01 12:36:16 -07:00
Ayose
3523144ea4 The URL http://dev.mysql.com/doc/refman/5.0/en/savepoints.html is no longer available 2011-06-01 08:47:06 -07:00
Akira Matsuda
90887cbb35 s/a/an/ 2011-06-01 17:48:09 +09:00
Akira Matsuda
6014e1d325 s/an/a/ 2011-06-01 17:20:02 +09:00
Guillermo Iguaran
529d2deb5e Removing trailing white-spaces 2011-05-31 20:55:50 -07:00
Mark Roghelia
cd03204167 The example in the API docs incorrectly indicated that form_for would use the same default route for both new and previously persisted records. The default path given in the example would have generated a routing error for new records. form_for actually uses polymorphic_path to determine which route to use based on the state of the record. The example has been updated to reflect the method's actual behavior. 2011-05-31 18:41:20 -04:00
Hendy Tanata
b13a0ceb5f Fix punctuation. 2011-05-31 17:09:33 +08:00
Hendy Tanata
bdd7ecb34e Update Rails coding conventions link. 2011-05-31 16:53:53 +08:00
Mohammad Typaldos
910ebe1193 Stubbing and some content addition and changes 2011-05-30 08:38:11 -04:00
Mohammad Typaldos
d0082bfa87 What is the asset pipeline? 2011-05-30 08:12:27 -04:00
Evan Farrar
91b19186f7 Spelling corrections in the guides. 2011-05-29 22:08:41 -04:00
Mohammad Typaldos
ace7508715 Adding assets to a gem 2011-05-29 20:39:33 -04:00
Evan Farrar
bfce2a4cd3 Typo and sentence restructuring 2011-05-29 11:25:37 -04:00
Evan Farrar
8314c8ebb9 Typo in the asset pipeline guide. 2011-05-29 10:37:07 -04:00
Vijay Dev
1962217e42 removed references to old remote_* helpers; add info about 3.1 adding multipart option to a form with file_field automatically 2011-05-29 18:35:42 +05:30
Mohammad Typaldos
07dcae093b Fixes spelling mistakes pointed out by @vijaydev 2011-05-29 06:45:57 -04:00
Mohammad Typaldos
9342ad6748 Changes wording to make it a bit eaiser to understand 2011-05-29 06:43:35 -04:00
Mohammad Typaldos
4967b35e00 Why should you use the asset pipeline? 2011-05-29 06:37:08 -04:00
Vijay Dev
fc381a3a42 fix typo 2011-05-29 01:33:30 +05:30
Vijay Dev
7d7b2009bb document aliases for commands and update rails versions 2011-05-28 23:18:08 +05:30
Ben Orenstein
4a376e48b9 Fix incorrect description of the returned results. 2011-05-27 22:05:22 -04:00
Ben Orenstein
5b6a423d6b Copy edits 64148ab96b (previous commit). Please squash at will. 2011-05-26 22:22:10 -04:00
Ben Orenstein
64148ab96b Improve 'Joining Tables' section with additional examples and explanation. 2011-05-26 22:19:10 -04:00
Ben Orenstein
4807088fda Don't you lie to me! 2011-05-26 20:54:46 -04:00
Sebastian Martinez
dfba8f544b Fix font styling on associations.rb 2011-05-26 17:51:20 -03:00
Tekin
52f0437af1 Correct TESTOPTS specification in activerecord/RUNNING_UNIT_TESTS 2011-05-26 16:24:44 +01:00