Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/a/an/ | Akira Matsuda | 2011-06-01 | 4 | -4/+4 |
| | |||||
* | s/an/a/ | Akira Matsuda | 2011-06-01 | 3 | -3/+3 |
| | |||||
* | Removing trailing white-spaces | Guillermo Iguaran | 2011-05-31 | 1 | -2/+2 |
| | |||||
* | The example in the API docs incorrectly indicated that form_for would use ↵ | Mark Roghelia | 2011-05-31 | 1 | -2/+2 |
| | | | | 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. | ||||
* | Fix punctuation. | Hendy Tanata | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | Update Rails coding conventions link. | Hendy Tanata | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | Stubbing and some content addition and changes | Mohammad Typaldos | 2011-05-30 | 1 | -7/+15 |
| | |||||
* | What is the asset pipeline? | Mohammad Typaldos | 2011-05-30 | 1 | -1/+3 |
| | |||||
* | Spelling corrections in the guides. | Evan Farrar | 2011-05-29 | 8 | -11/+11 |
| | |||||
* | Adding assets to a gem | Mohammad Typaldos | 2011-05-29 | 1 | -2/+4 |
| | |||||
* | Typo and sentence restructuring | Evan Farrar | 2011-05-29 | 1 | -3/+3 |
| | |||||
* | Typo in the asset pipeline guide. | Evan Farrar | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | removed references to old remote_* helpers; add info about 3.1 adding ↵ | Vijay Dev | 2011-05-29 | 1 | -102/+5 |
| | | | | multipart option to a form with file_field automatically | ||||
* | Fixes spelling mistakes pointed out by @vijaydev | Mohammad Typaldos | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Changes wording to make it a bit eaiser to understand | Mohammad Typaldos | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Why should you use the asset pipeline? | Mohammad Typaldos | 2011-05-29 | 1 | -0/+4 |
| | |||||
* | fix typo | Vijay Dev | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | document aliases for commands and update rails versions | Vijay Dev | 2011-05-28 | 1 | -13/+19 |
| | |||||
* | Fix incorrect description of the returned results. | Ben Orenstein | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | Copy edits 64148ab96b47a9904fdd839bc69971b4e156bb04 (previous commit). ↵ | Ben Orenstein | 2011-05-26 | 1 | -1/+1 |
| | | | | Please squash at will. | ||||
* | Improve 'Joining Tables' section with additional examples and explanation. | Ben Orenstein | 2011-05-26 | 1 | -1/+29 |
| | |||||
* | Don't you lie to me! | Ben Orenstein | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | Fix font styling on associations.rb | Sebastian Martinez | 2011-05-26 | 1 | -4/+4 |
| | |||||
* | Correct TESTOPTS specification in activerecord/RUNNING_UNIT_TESTS | Tekin | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Added missing quote in grouped_options_for_select example | diego | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Stop linking Rails guidelines to GitHub wiki | Thais Camilo | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Stop linking API Guidelines to GitHub wiki | Thais Camilo | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | On "contribute" guide: remove mention of LH | Thais Camilo | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Revert this, commited by mistake. | Sebastian Martinez | 2011-05-25 | 1 | -7/+7 |
| | |||||
* | Fix grammar mistake. Lets vs let's. | Sebastian Martinez | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Fix fixed-fonts stlye on rails_on_rack guide. | Sebastian Martinez | 2011-05-25 | 2 | -13/+13 |
| | |||||
* | Merge branch 'master' of github.com:rails/rails | Xavier Noria | 2011-05-25 | 12 | -162/+4 |
|\ | |||||
| * | Merge pull request #1285 from joshk/remove_active_record_deprecations | Aaron Patterson | 2011-05-25 | 12 | -162/+4 |
| |\ | | | | | | | removed deprecated methods, and related tests, from ActiveRecord | ||||
| | * | removed deprecated methods, and related tests, from ActiveRecord | Josh Kalderimis | 2011-05-25 | 12 | -162/+4 |
| | | | |||||
* | | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 94 | -363/+408 |
|\ \ \ | |/ / |/| | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/core_ext/kernel/requires.rb | ||||
| * | | Typo; changed 'Febuary' to 'February' | Lee Reilly | 2011-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | Typo; changed 'colour' to 'color' & 'analysed' to 'analyzed' | Lee Reilly | 2011-05-25 | 1 | -3/+3 |
| | | | |||||
| * | | Typo; changed 'enviroment' to 'environment' | Lee Reilly | 2011-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | prefer validates :x in place of validates_x_of | Vijay Dev | 2011-05-26 | 1 | -25/+25 |
| | | | |||||
| * | | fixed minor errors | Vijay Dev | 2011-05-26 | 1 | -3/+4 |
| | | | |||||
| * | | changes validates_format & numericality to newer syntax | Vijay Dev | 2011-05-25 | 1 | -6/+6 |
| | | | |||||
| * | | changes validates_inclusion & exclusion to newer syntax | Vijay Dev | 2011-05-25 | 1 | -7/+7 |
| | | | |||||
| * | | changes validates_length_of to newer syntax | Vijay Dev | 2011-05-25 | 1 | -17/+14 |
| | | | |||||
| * | | changes validates_confirmation_of to newer syntax | Vijay Dev | 2011-05-25 | 1 | -4/+4 |
| | | | |||||
| * | | changes validates_acceptance_of to newer syntax | Vijay Dev | 2011-05-25 | 1 | -2/+2 |
| | | | |||||
| * | | changes validates_uniqueness_of to newer syntax | Vijay Dev | 2011-05-25 | 1 | -4/+4 |
| | | | |||||
| * | | changes validates_presence_of to newer syntax | Vijay Dev | 2011-05-25 | 1 | -9/+8 |
| | | | |||||
| * | | fix incorrect textile syntax | Vijay Dev | 2011-05-25 | 1 | -2/+2 |
| | | | |||||
| * | | Replace old wording about http requests | Jeff Cohen | 2011-05-25 | 1 | -4/+4 |
| | | | |||||
| * | | update language env variable name | Vijay Dev | 2011-05-25 | 1 | -2/+2 |
| | | |