Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-do Getting Started application with Rails 4. | Steve Klabnik | 2013-01-22 | 76 | -301/+404 |
| | | | | | | | 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. | ||||
* | remove the rails guide on performance testing | Yves Senn | 2013-01-10 | 1 | -12/+0 |
| | |||||
* | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | new README generated for new apps | Xavier Noria | 2013-01-08 | 1 | -247/+16 |
| | |||||
* | doc/README_FOR_APP is no longer generated | Xavier Noria | 2013-01-08 | 1 | -2/+0 |
| | |||||
* | Change guides to use update instead of update_attributes | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -3/+0 |
| | | | | | | | | They was extracted from a plugin. See https://github.com/rails/rails-observers [Rafael Mendonça França + Steve Klabnik] | ||||
* | Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems" | Rafael Mendonça França | 2012-11-27 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 33b29e0112db62d3a8c798bb58f51c0a839d9e26, reversing changes made to ac8c729342e6b020a57d0d6887c8a8d5b39f96e0. Reason: https://github.com/rails/rails/pull/4684#commitcomment-920313 | ||||
* | default source in Gemfiles to :rubygems rather than hardcoding the URL | Akira Matsuda | 2012-11-28 | 1 | -1/+1 |
| | | | | | | * I guess this would be the preferrable default for Bundler * current version of Bundler converts :rubygems into 'http://rubygems.org', not https://, and that will help those who are working on a very poor network environment that doesn't allow SSL | ||||
* | Rename secret_token_key to secret_key_base | Santiago Pastorino | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | 1.9 hash syntax changes | AvnerCohen | 2012-10-13 | 2 | -5/+5 |
| | |||||
* | 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" | ||||
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -5/+0 |
| | | | | | This functionality will be available from gem `active_record-session_store` instead. | ||||
* | 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` | ||||
* | Remove mention to csv fixtures from test_helper in guides [ci skip] | Carlos Antonio da Silva | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | fix up the example app for getting started guide [ci skip] | Vijay Dev | 2012-06-02 | 6 | -10/+8 |
| | |||||
* | change welcome_helper.rb to home_helper.rb | spyhole | 2012-06-01 | 1 | -0/+0 |
| | |||||
* | Update guides/code/getting_started/test/functional/home_controller_test.rb | spyhole | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Update guides/code/getting_started/config/routes.rb | spyhole | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | Remove remaining require 'rubygems' | Santiago Pastorino | 2012-05-13 | 1 | -2/+0 |
| | |||||
* | Add commas missing in performance tests | Geoffrey Roguelon | 2012-05-12 | 1 | -1/+1 |
| | |||||
* | In robots.txt, User-agent should be all downcase except for the first 'U', ↵ | Enrico Carlesso | 2012-05-11 | 1 | -1/+1 |
| | | | | according with http://en.wikipedia.org/wiki/Robots_exclusion_standard | ||||
* | 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 |
| | |||||
* | Getting Started Guide Code Cleanup | Oscar Del Ben | 2012-05-01 | 1 | -9/+0 |
| | |||||
* | Rewrite adding a second model section of Getting Started Guide | Oscar Del Ben | 2012-04-30 | 3 | -5/+23 |
| | |||||
* | Add REST section to getting started guide | Oscar Del Ben | 2012-04-28 | 1 | -10/+1 |
| | |||||
* | Add delete post section to Getting Started guide | Oscar Del Ben | 2012-04-27 | 3 | -0/+10 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Oscar Del Ben | 2012-04-25 | 2 | -3/+3 |
|\ | |||||
| * | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-25 | 7 | -3/+21 |
| |\ | |||||
| * \ | Merge pull request #5880 from asanghi/master | Jeremy Kemper | 2012-04-25 | 2 | -3/+3 |
| |\ \ | | | | | | | | | Stamp out ruby-debug with debugger everywhere else in the code base | ||||
| | * | | and one more time | Aditya Sanghi | 2012-04-24 | 1 | -2/+2 |
| | | | | |||||
| | * | | another attempt at the language | Aditya Sanghi | 2012-04-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | review changes for #5875 | Aditya Sanghi | 2012-04-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | stamp out ruby-debug19 with extreme prejudice :) | Aditya Sanghi | 2012-04-17 | 2 | -3/+3 |
| | | | | |||||
* | | | | Add partials section to getting started guide | Oscar Del Ben | 2012-04-25 | 2 | -3/+3 |
| |_|/ |/| | | |||||
* | | | Add update post section to getting started guide | Oscar Del Ben | 2012-04-24 | 6 | -3/+21 |
| | | | |||||
* | | | 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 | 9 | -76/+5 |
| | | |||||
* | | Add index and links section to Getting started guide | Oscar Del Ben | 2012-04-20 | 10 | -20/+18 |
| | | |||||
* | | Add show action in getting started guide | Oscar Del Ben | 2012-04-20 | 4 | -25/+11 |
| | | |||||
* | | New Getting started guide wont have tags | Oscar Del Ben | 2012-04-20 | 6 | -36/+1 |
| | | |||||
* | | Adapt "Getting started guide" code sample | Oscar Del Ben | 2012-04-20 | 8 | -129/+36 |
| | | |||||
* | | Regenerate Gemfile for getting started guide | Oscar Del Ben | 2012-04-19 | 1 | -3/+3 |
|/ | |||||
* | Changed the config.assets.manifest path in the comments to nil. | Anuj Dutta | 2012-03-28 | 1 | -1/+1 |
| |