Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13571 from bak/getting_started_guide | Vijay Dev | 2014-02-11 | 1 | -17/+32 |
|\ | | | | | A pass over the Getting Started guide sections 1, 2, and 3 [ci skip] | ||||
| * | A pass over the Getting Started guide sections 1, 2, and 3 [ci skip] | Ben Cullen-Kerney | 2014-02-09 | 1 | -17/+32 |
| | | | | | | | | | | | | | | | | * Add note about managing Ruby environments * Point to curated lists of Ruby learning resources * Expound on DRY and Convention over Configuration * Remove note on superuser--thankfuly coders new to Rails don't have to sudo anymore :) * Installation/verification instructions for SQLite3, since it's a dependency | ||||
* | | Add missing directory slashes [ci skip] | Matthew Nicholas Bradley | 2014-02-10 | 1 | -9/+9 |
|/ | |||||
* | Clarifying confusing phrasing | Jed Hartman | 2014-02-09 | 1 | -3/+3 |
| | |||||
* | Remove end of line whitespace from bb87c16 | Zachary Scott | 2014-02-09 | 1 | -4/+4 |
| | |||||
* | Fix wordy sentence | Matthew Nicholas Bradley | 2014-02-07 | 1 | -6/+5 |
| | |||||
* | docs, reference to ruby-lang.org. refs #13492. [ci skip] | Yves Senn | 2014-02-03 | 1 | -4/+8 |
| | |||||
* | fix typo and indent. [ci skip] | Yves Senn | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Replace Post with Article in getting started guide [ci skip] | Prathamesh Sonpatki | 2014-01-25 | 1 | -407/+429 |
| | | | | | | | | - Used Article model instead of Post as it may confuse with 'post' requests - Tried to wrap the guide to 80 chars lines as much as possible. - Removed unused image - Fixes #13764 | ||||
* | single quotes for controller generated routes | Cristian Mircea Messel | 2014-01-14 | 1 | -5/+5 |
| | | | | | | | | | | Write routes in route.rb with single quotes get 'welcome/index' instead of get "welcome/index" | ||||
* | updates screenshot data [ci skip] | Xavier Noria | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | revises a few things in the getting started guide [ci skip] | Xavier Noria | 2014-01-13 | 1 | -39/+42 |
| | | | | More to come. | ||||
* | Ruby is a proper noun here, not part of code fragment [ci skip] | Soon Van | 2014-01-05 | 1 | -3/+3 |
| | | | | | Last line of note also relates heavily to first part and parenthesis broke reading flow. | ||||
* | Removed elipsis indicating that the reader should have more code than what ↵ | Mo Omer | 2014-01-01 | 1 | -2/+0 |
| | | | | | | is pasted. [ci skip] | ||||
* | Make explicit that the view file need to be created [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -1/+1 |
| | | | | Closes #13566 | ||||
* | Do not highlight rake routes output as ruby code [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -2/+2 |
| | | | | Closes #13565 | ||||
* | [ci skip] Update getting started Ruby version. | Juanito Fatas | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | [ci skip] a destroy action in controller, not delete [getting_stated.md]. | Juanito Fatas | 2013-12-24 | 1 | -3/+3 |
| | |||||
* | fix grammatical error | Afshin Mokhtari | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Link for "New Post" is added in Getting Started guide [ci skip] | Sagar Junnarkar | 2013-11-27 | 1 | -0/+1 |
| | | | | | - Earlier(line number 862) it is said to add <%= link_to 'New post', new_post_path %> on posts index page before table tag. But when posts index page html is shown, "New Post" link is missing. So aaded "New Post" link in this commit | ||||
* | Keep code consistent with previous code blocks. | Daniel Rodríguez Troitiño | 2013-10-10 | 1 | -2/+2 |
| | | | [ci skip] | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Fix Show link on resource | Vipul A M | 2013-09-17 | 1 | -1/+1 |
| | | |||||
* | | Getting Started Guide: Fix code container in Chapter 5.2 [ci-skip] | Francis Go | 2013-09-28 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #12366 from francisgo/patch-4 | Yves Senn | 2013-09-27 | 1 | -1/+1 |
|\ \ | | | | | | | Getting Started Guide: Update sentence in Chapter 5.8 [ci-skip] | ||||
| * | | Getting Started Guide: Update sentence in Chapter 5.8 [ci-skip] | Francis Go | 2013-09-27 | 1 | -1/+1 |
| | | | |||||
* | | | Add new line after create action on CommentsController code example | Francis Go | 2013-09-27 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #12373 from francisgo/patch-6 | Yves Senn | 2013-09-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Getting Started Guide: post.rb -> Post [ci skip] | ||||
| * | | | Getting Started Guide: post.rb -> Post | Francis Go | 2013-09-26 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #12356 from francisgo/patch-3 | Yves Senn | 2013-09-26 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Getting Started Guide: posts_controller -> PostsController [ci skip] | ||||
| * | | | Getting Started Guide: posts_controller -> PostsController [ci skip] | Francis Go | 2013-09-26 | 1 | -3/+3 |
| |/ / | |||||
* / / | Getting Started Guide: update link_to string argument to use single-quote ↵ | Francis Go | 2013-09-26 | 1 | -1/+1 |
|/ / | | | | | | | mark, following document style [ci skip] | ||||
* | | Getting Started Guide: Hello Rails! -> Hello, Rails! and wrap code tag | Francis Go | 2013-09-25 | 1 | -1/+1 |
| | | |||||
* | | Getting Started Guide: update RubyGems Guides link [ci skip] | Francis Go | 2013-09-24 | 1 | -2/+2 |
|/ | |||||
* | Wrap the guides in 80 columns [ci skip] | Rafael Mendonça França | 2013-09-12 | 1 | -101/+260 |
| | |||||
* | #11803: Move Forbidden attributes description before show post section | Paul Nikitochkin | 2013-08-27 | 1 | -34/+36 |
| | | | | [ci skip] | ||||
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | Conflicts: actionview/README.rdoc activerecord/lib/active_record/migration.rb guides/source/development_dependencies_install.md guides/source/getting_started.md | ||||
| * | [getting started] Don't define resources :posts a second time + clarify ↵ | Ryan Bigg | 2013-08-16 | 1 | -14/+4 |
| | | | | | | | | messaging around 'Showing Posts' section | ||||
| * | guides should tell people to write ruby code, not output | Thiago Pinto | 2013-08-14 | 1 | -0/+7 |
| | | |||||
* | | #11804: Add description of action in Getting Started Guide | Paul Nikitochkin | 2013-08-13 | 1 | -0/+4 |
| | | | | | | | | | | | | [ci skip] Closes #11804 | ||||
* | | Remove using of suffix with term. [ci skip] | Paul Nikitochkin | 2013-08-08 | 1 | -1/+1 |
| | | |||||
* | | Bump ruby version [ci skip] | Anton Cherepanov | 2013-08-07 | 1 | -1/+1 |
| | | |||||
* | | Removed confusing statements about routes in getting started guide [ci skip] | Prathamesh Sonpatki | 2013-08-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | - routes for CRUD already exists as `resources :posts` is in `config/routes.rb` - So we don't have to add any new route in the `config/routes.rb` - As per #11644, the adding of routes which are already there confuses user, so here its changed to referring output of `rake routes` | ||||
* | | getting started guide: pass the resource to the URL helper [ci skip] | Xavier Noria | 2013-08-05 | 1 | -1/+1 |
| | | | | | | | | Passing the actual ID is not idiomatic. | ||||
* | | Added to 'Security' section; especially reference to 'Ruby on Rails Security ↵ | Adrien Lamothe | 2013-08-04 | 1 | -0/+15 |
| | | | | | | | | Guide'. [ci skip] | ||||
* | | :scissors: | Rafael Mendonça França | 2013-08-03 | 1 | -3/+3 |
| | | | | | | | | [ci skip] | ||||
* | | No need to abbreviate application | Rafael Mendonça França | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Add note that you must be in the rails app directory when starting up the ↵ | Bradly Feeley | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | server. This is a response to issue #11731 and is a common mistake for people newer to rails that try forget to cd into the new rails app after running rails new. | ||||
* | | Replaced quotation marks for term by apostrophe | Paul Nikitochkin | 2013-08-02 | 1 | -2/+2 |
| | | | | | | | | | | | | in getting started guide for section 5.6 [ci skip] |