aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added full file path in all file referencesYoni Yalovitsky2012-12-031-9/+9
| | | | | It's really comfy being able to copy-paste the file paths. I suppose there's also some benefit in trying to figure out the file name as a small exercise, but I don't think that sort of thing belongs in "Getting Started".
* removed an extra slash before the 'app' dirYoni Yalovitsky2012-12-031-1/+1
|
* Standardize use of "route globbing" and "wildcard segments" [ci skip]Pablo Torres2012-12-021-3/+3
|
* Add counterexample for regex [ci skip]Pablo Torres2012-12-021-1/+1
|
* Convert parragraph about security to a NOTE [ci skip]Pablo Torres2012-12-021-1/+1
|
* Add clarity to static segments docs in non-resourceful routes [ci skip]Pablo Torres2012-12-021-1/+1
|
* Correct grammar [ci skip]Pablo Torres2012-12-021-3/+3
|
* Convert a section to a tip to highlight it [ci skip]Pablo Torres2012-12-021-3/+1
|
* Normalize use of colon before code examples in routing guide [ci skip]Pablo Torres2012-12-021-32/+32
|
* Show equivalent routes definition without using concerns [ci skip]Pablo Torres2012-12-021-0/+13
|
* Clarify section titles [ci skip]Pablo Torres2012-12-021-2/+2
|
* Move note to a meaningful section in the guides [ci skip]Pablo Torres2012-12-021-2/+2
|
* Use correct conjunction and connector words [ci skip]Pablo Torres2012-12-021-3/+5
|
* match text with translation file exampleChris Walquist2012-12-021-1/+1
|
* Capitalize all table column titles in routing guidePablo Torres2012-12-021-8/+8
|
* List instructions in the order to be executedPablo Torres2012-12-021-3/+1
|
* Add shallow nesting to the routing guidePablo Torres2012-12-021-0/+85
|
* Remove nodoc from FlashHash #[]= [ci skip]Pablo Torres2012-12-011-1/+1
|
* Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-016-13/+4
|
* Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-018-71/+46
|
* nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip]Carlos Duclos2012-12-011-1/+1
|
* Add documentation for Hash.from_xml [ci skip]HPNeo2012-12-011-0/+13
|
* Add documentation to AssetTagHelper#image_alt [ci skip]Florent Guilleux2012-12-011-0/+3
|
* update AR::Schema docs [ci skip]Carlos Duclos2012-12-011-1/+6
|
* Fixes wrong typo on FormHelper [ci skip]Alvaro Pereyra2012-12-011-1/+1
|
* Cleans documentation from Helpers [ci skip]Alvaro Pereyra2012-12-015-121/+98
|
* Revert "Remove trailing whitespaces"Florent Guilleux2012-12-0128-59/+61
| | | | This reverts commit 90c887fa7d0c454b7533e208daefc342dea4d5f3.
* Remove trailing whitespacesFlorent Guilleux2012-12-0128-61/+59
|
* Add documentation to TransactionIsolationError [ci skip]Florent Guilleux2012-12-011-0/+2
|
* Improves documentation of Capture helper [ci skip]Alvaro Pereyra2012-12-012-14/+13
|
* Removes :nodoc: tag on AtomFeedHelper [ci skip]Alvaro Pereyra2012-12-011-3/+3
|
* Removes unneeded 'Example' tags and whitespaces [ci skip]Alvaro Pereyra2012-12-011-45/+42
|
* nodoc AD & AV railties classesCarlos Duclos2012-12-012-2/+2
|
* Remove :nodoc from SanitizeHelper module [ci skip]HPNeo2012-12-011-1/+1
|
* nodoc AS::Testing::Pending because is deprecated [ci skip]Carlos Duclos2012-12-011-2/+2
|
* Removes :nodoc: label [ci skip]Alvaro Pereyra2012-12-011-1/+1
|
* Improves documentation on favicon_link_tagAlvaro Pereyra2012-12-011-14/+16
|
* remove unneeded Examples tag [ci skip]Carlos Duclos2012-12-011-10/+0
|
* Update documentation for javascript_include_tag [ci skip]HPNeo2012-12-011-10/+13
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-0140-261/+299
|\ | | | | | | | | Conflicts: guides/source/active_record_validations.md
| * copy edits [ci skip]Vijay Dev2012-12-012-2/+2
| |
| * Fix Calculations#pluck doc to mention several attributes can be selected [ci ↵Florent Guilleux2012-12-011-3/+3
| | | | | | | | skip]
| * Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-2937-28/+80
| | | | | | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
| * nodoc AS::Deprecation::InstanceDelegator class [ci skip]Francesco Rodriguez2012-11-291-3/+3
| |
| * add documentation to CollectionProxy #length and #size methods [ci skip]Francesco Rodriguez2012-11-291-2/+7
| |
| * add documentation to CollectionProxy#empty?Francesco Rodriguez2012-11-291-1/+6
| |
| * Asset Pipeline: add 'the'Steve Klabnik2012-11-291-2/+2
| | | | | | | | | | | | Some guides work without 'the'. For instance, 'Migrations' or 'Form Helpers.' But when we talk about the asset pipeline, we... always say 'the asset pipeline.' The guide title should reflect this.
| * Command Line: remove 'A Guide to'Steve Klabnik2012-11-291-2/+2
| | | | | | | | It's obvious that this is a guide.
| * Migrations: add 'Active Record' to titleSteve Klabnik2012-11-291-2/+2
| | | | | | | | | | Other guides that talk about Active Record specific features include the name of the library in the title, this one should too for consistency.
| * Fix title of 'form helpers' guide.Steve Klabnik2012-11-291-2/+2
| | | | | | | | | | | | They're Rails Guides, so obviously we're talking about Rails Form Helpers. Also, 'helpers' should be capitalized.