Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored strong paramters usage and updated Gemfile.lock with Rails 4 | Ankit Gupta | 2013-07-07 | 3 | -3/+16 |
| | |||||
* | Fix another "error_explanation" css class in guides [ci skip] | Carlos Antonio da Silva | 2013-06-25 | 1 | -3/+3 |
| | |||||
* | Removed incorrect warning from application.js templates and replaced it with ↵ | Nick | 2013-05-15 | 1 | -2/+1 |
| | | | | stub command description | ||||
* | Getting rid of a few other vestiges of rails.png. | Steve Klabnik | 2013-04-02 | 1 | -0/+0 |
| | | | | | | | | | | We don't actually need a rails.png in the AP fixtures, the tests that use it don't actually try to load the file. We also don't need to get rid of it with the dummy reset either. Finally, it's not needed in the sample application that's included with the Rails Guides. | ||||
* | replace non-breaking spaces with normal spaces [ci skip] | Yves Senn | 2013-03-07 | 2 | -4/+4 |
| | |||||
* | Re-do Getting Started application with Rails 4. | Steve Klabnik | 2013-01-22 | 24 | -62/+85 |
| | | | | | | | The sample application with the Getting Started Guide was very out of date. I've re-done it on edge (as of 51b9def5bf108fb566e) so it should be good to go with Rails 4. It's also in synch with what the guide actually says. | ||||
* | Change guides to use update instead of update_attributes | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Remove duplicate 'the' article in commented line | claudiob | 2012-10-08 | 1 | -1/+1 |
| | | | | The sentence used to read "at the bottom of the the compiled file" | ||||
* | Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option | Carlos Galdino | 2012-07-18 | 2 | -3/+3 |
| | | | | | | | | | This applies to the following helpers: `button_to` `button_tag` `image_submit_tag` `link_to` `submit_tag` | ||||
* | fix up the example app for getting started guide [ci skip] | Vijay Dev | 2012-06-02 | 4 | -7/+6 |
| | |||||
* | change welcome_helper.rb to home_helper.rb | spyhole | 2012-06-01 | 1 | -0/+0 |
| | |||||
* | the file name should be changed to home_helper.rb | spyhole | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | Update guides/code/getting_started/app/controllers/home_controller.rb | spyhole | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | Remove tags from getting started guide and adapt some of the content to | Oscar Del Ben | 2012-05-02 | 2 | -2/+5 |
| | | | | the new guide | ||||
* | Rewrite refactoring section in getting started guide | Oscar Del Ben | 2012-05-02 | 3 | -34/+12 |
| | |||||
* | Rewrite comments action in getting started guide | Oscar Del Ben | 2012-05-02 | 1 | -0/+12 |
| | |||||
* | Rewrite adding a second model section of Getting Started Guide | Oscar Del Ben | 2012-04-30 | 2 | -4/+20 |
| | |||||
* | Add delete post section to Getting Started guide | Oscar Del Ben | 2012-04-27 | 2 | -0/+9 |
| | |||||
* | Add partials section to getting started guide | Oscar Del Ben | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | Add update post section to getting started guide | Oscar Del Ben | 2012-04-24 | 5 | -3/+19 |
| | |||||
* | Fix some code in getting started guide | Oscar Del Ben | 2012-04-24 | 1 | -0/+0 |
| | |||||
* | Add validation code to getting started guide and improve validation | Oscar Del Ben | 2012-04-21 | 2 | -0/+11 |
| | | | | section | ||||
* | Add model validation section to Getting Started guide | Oscar Del Ben | 2012-04-21 | 8 | -76/+5 |
| | |||||
* | Add index and links section to Getting started guide | Oscar Del Ben | 2012-04-20 | 8 | -18/+15 |
| | |||||
* | Add show action in getting started guide | Oscar Del Ben | 2012-04-20 | 3 | -25/+10 |
| | |||||
* | New Getting started guide wont have tags | Oscar Del Ben | 2012-04-20 | 5 | -25/+1 |
| | |||||
* | Adapt "Getting started guide" code sample | Oscar Del Ben | 2012-04-20 | 4 | -109/+19 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 33 | -0/+395 |