Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-07-21 | 1 | -1/+1 |
|\ | |||||
| * | Guides fixed typo in index.html.erb file [ci skip] | Arun Agrawal | 2013-07-17 | 1 | -1/+1 |
| | | |||||
* | | Cleaned up wording and tags. | blahedo | 2013-07-06 | 1 | -17/+43 |
| | | | | | | | | | | | | | | | | Replaced <br /> with <br> for consistency; Added note about singular/plural distinction (which was previously confusing to a Rails noob); Rephrased explanation of how form is routed to controller, again to reduce confusion; and added explanation to replace incorrect link. [ci skip] | ||||
* | | Merged sections to reflect current contents of guide. | blahedo | 2013-07-05 | 1 | -3/+1 |
|/ | | | | | | Section "allowing the update of fields" was now just a general introduction to the idea of the model (actual updating was two sections later). So, merged into the section about validation. | ||||
* | Merge pull request #11201 from ↵ | Yves Senn | 2013-07-05 | 1 | -13/+10 |
|\ | | | | | | | | | jetthoughts/fix_create_post_example_in_getting_started Improve Getting Started Guide | ||||
| * | Removed params permit step from 5.6 section [ci skip] | Paul Nikitochkin | 2013-06-30 | 1 | -13/+10 |
| | | |||||
* | | Added link to Form Helper article from getting strated [ci skip] | Paul Nikitochkin | 2013-07-04 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #11186 from jetthoughts/synchronize_create_method_body | Yves Senn | 2013-06-30 | 1 | -9/+34 |
|\ | | | | | Synchronize PostController#create code from 5.6 to others sections in Getting Started guide. | ||||
| * | Synchronize PostController#create code from 5.6 to others sections. [ci skip] | Paul Nikitochkin | 2013-06-30 | 1 | -9/+34 |
| | | | | | | | | Fixed `permit` using for comments. | ||||
* | | Added clarification for destroy link_to description in 5.14 [ci skip] | Paul Nikitochkin | 2013-06-30 | 1 | -3/+3 |
|/ | |||||
* | Asking user to declare post resource in guide [ci skip] | Paul Nikitochkin | 2013-06-27 | 1 | -2/+2 |
| | |||||
* | Removed "to:" from root directive and fixed typo ":to" | Jeff Rodriguez | 2013-06-27 | 1 | -5/+5 |
| | | | | | `root :to` is invalid syntax `root to:` is valid, but the generated routes file omits `to:` | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-26 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: guides/source/layout.html.erb | ||||
| * | Change "." to ":" for formatting purpose | Vipul A M | 2013-06-15 | 1 | -1/+1 |
| | | |||||
* | | change id="errorExplanation" to id="error_explanation" to match the ↵ | Luzi Humm | 2013-06-25 | 1 | -3/+3 |
| | | | | | | | | generated files | ||||
* | | Use Colspan in th Tags | Sıtkı Bağdat | 2013-06-17 | 1 | -5/+2 |
|/ | | | | | | | | | | Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it? Change repetitive th tags to use colspan attribute Update CHANGELOG.md Update CHANGELOG.md | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-14 | 1 | -10/+10 |
|\ | | | | | | | | | Conflicts: guides/source/upgrading_ruby_on_rails.md | ||||
| * | Consistent use of one space only after punctuation | Sunny Ripert | 2013-05-28 | 1 | -3/+3 |
| | | |||||
| * | End-of-line whitespace hunt | Sunny Ripert | 2013-05-28 | 1 | -8/+8 |
| | | |||||
* | | ’ -> ' [ci skip] | Steve Klabnik | 2013-06-08 | 1 | -1/+1 |
| | | |||||
* | | Update Getting Started Guide - Strong Parameters | AJ Acevedo | 2013-06-07 | 1 | -4/+11 |
| | | | | | | | | modified: guides/source/getting_started.md | ||||
* | | As we have moved to rails/docrails from lifo/docrails | Arun Agrawal | 2013-06-06 | 1 | -1/+1 |
|/ | | | | | | Changing links to guides. We are not worried for old versions as GitHub is handling the redirects. | ||||
* | Update CreateComments migration to reflect the output from Rails 4. | Douglas Teoh | 2013-05-04 | 1 | -9/+5 |
| | |||||
* | Fix another incorrect post_path link generation. | Douglas Teoh | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | Remove unopened closing brace. | Douglas Teoh | 2013-05-04 | 1 | -2/+1 |
| | |||||
* | Fix incorrect post_path link generation. | Douglas Teoh | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | Capitalizing internet to Internet. [ci skip] | Akshay Khole | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | Move 2 images to getting_started folder. All other images in getting started ↵ | Richard Owen | 2013-04-28 | 1 | -2/+2 |
| | | | | guide already in this folder. | ||||
* | Use instance variables in redirect_to | Mikhail Dieterle | 2013-04-28 | 1 | -4/+4 |
| | |||||
* | Remove calls to action: and make use of named routes for consistency. | Nick Borromeo | 2013-04-23 | 1 | -106/+35 |
| | |||||
* | Move use of named routes to beggining of the guide | Nick Borromeo | 2013-04-23 | 1 | -67/+30 |
| | |||||
* | Getting Started Guide: add missing PATCH | Igor Kapkov | 2013-04-07 | 1 | -8/+9 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip] | ||||
| * | s/Textmate/TextMate/ | Akira Matsuda | 2013-03-25 | 1 | -1/+1 |
| | | |||||
| * | view/views, asset/assets | Prathamesh Sonpatki | 2013-03-24 | 1 | -1/+1 |
| | | |||||
* | | Getting Started Guide: typo fix. [ci skip] | Steve Klabnik | 2013-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | There was an s missing in 'views'. Fixes #9752. | ||||
* | | Getting Started Guide: 3.2.9 -> 4.0.0. [ci skip] | Steve Klabnik | 2013-03-14 | 1 | -1/+1 |
|/ | | | | Brought up in https://github.com/rails/rails/issues/9727 | ||||
* | Reverting commit regarding public/index.html (no longer in Rails 4.) | Christine Hertzel | 2013-03-01 | 1 | -2/+0 |
| | | | | This reverts commit f8461f73c77c186ad0aa735fe9877990bffe1990. | ||||
* | Fixed grammatical error and simplified paragraph concerning controllers. | Christine Hertzel | 2013-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Chelsea Macaluso <c.macaluso@modcloth.com> | ||||
* | Clarified removal of public/index.html file | Chelsea Macaluso | 2013-03-01 | 1 | -0/+2 |
| | | | | Signed-off-by: Trent Michaels <t.michaels@modcloth.com> | ||||
* | Clarified need to remove existing code in welcome index. | Trent Michaels | 2013-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Chelsea Macaluso <c.macaluso@modcloth.com> | ||||
* | Prefer Ruby 2.0; require 1.9.3+ | Jeremy Kemper | 2013-02-09 | 1 | -2/+2 |
| | |||||
* | fixing link to validations guide in getting started guide | Steve Klabnik | 2013-01-22 | 1 | -4/+5 |
| | |||||
* | Getting Started Guide: strong_parameters | Steve Klabnik | 2013-01-22 | 1 | -8/+33 |
| | | | | | Stuff didn't work because of strong_parameters. Now the right calls are in place. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -7/+9 |
|\ | | | | | | | | | Conflicts: guides/source/getting_started.md | ||||
| * | The plural of apparatus is apparatuses | Tim Raymond | 2013-01-05 | 1 | -1/+1 |
| | | |||||
| * | wrap terminal prompt marks in a pre tag | Gosha Arinich | 2013-01-05 | 1 | -1/+3 |
| | | |||||
| * | proper article in the getting started guide | Gosha Arinich | 2013-01-05 | 1 | -1/+1 |
| | | |||||
| * | let's get started with PATCH method rather than PUT | Akira Matsuda | 2013-01-03 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #8802 from claudiob/patch-1 | Guillermo Iguaran | 2013-01-07 | 1 | -1/+1 |
|\ \ | | | | | | | Update guides/source/getting_started.md [ci skip] |