Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/app\/model\//app\/models\//g | Akira Matsuda | 2013-03-24 | 1 | -4/+4 |
| | |||||
* | Changed 'args' to 'arguments' when used in places other than code with ↵ | Prathamesh Sonpatki | 2013-03-24 | 1 | -1/+1 |
| | | | | fixing few more typos | ||||
* | Remove BestStandardsSupport references | robertomiranda | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | script => bin | Akira Matsuda | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | clear specific logs when using rake log:clear | Matt Bridges | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -31/+13 |
|\ | | | | | | | | | Conflicts: guides/source/getting_started.md | ||||
| * | get rid of outdated "`server` with Different Backends" section | Akira Matsuda | 2013-01-04 | 1 | -25/+0 |
| | | | | | | | | | | | | | | * I don't think people are running Rails under mongrel today * it's better not to sudo gem install * basically all we need to do is just bundle the server. No need to give its name as a parameter * I could write ^^^, but I realized that it's not really about "command line" | ||||
| * | update the example of generated postgresql config | Akira Matsuda | 2013-01-04 | 1 | -5/+11 |
| | | |||||
| * | update the scaffold generator outputs | Akira Matsuda | 2013-01-04 | 1 | -1/+2 |
| | | |||||
* | | update rake tasks output [ci skip] | Vijay Dev | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -5/+5 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -0/+2 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | Command Line: remove 'A Guide to' | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | It's obvious that this is a guide. | ||||
* | Remove 'This guide is based on ' warnings. | Steve Klabnik | 2012-11-29 | 1 | -2/+0 |
| | | | | It's obvious that the guide is based on this version of Rails, and may not be backwards compatible. | ||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -5/+5 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | Switch to 1.9 hash syntax | Agis Anastasopoulos | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | Update test locations | Mike Moore | 2012-10-09 | 1 | -11/+11 |
| | | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional) | ||||
* | Fix syntax error in the command_line guide [ci skip] | Rafael Mendonça França | 2012-09-28 | 1 | -2/+2 |
| | |||||
* | revise commandline guide [ci skip] | Vijay Dev | 2012-09-28 | 1 | -12/+6 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/configurable.rb activesupport/lib/active_support/core_ext/module/deprecation.rb guides/source/action_controller_overview.md guides/source/active_support_core_extensions.md guides/source/ajax_on_rails.textile guides/source/association_basics.textile guides/source/upgrading_ruby_on_rails.md While resolving conflicts, I have chosen to ignore changes done in docrails at some places - these will be most likely 1.9 hash syntax changes. | ||||
* | Fix broken and duplicate headings | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -7/+7 |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. | ||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -10/+10 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -62/+62 |
| | |||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -27/+27 |
| | |||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -24/+24 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -24/+28 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -64/+64 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+614 |