Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-03-06 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: guides/source/association_basics.md | ||||
| * | [ci skip] Remove reference to Rails 4 in the initialization guide. | Prathamesh Sonpatki | 2016-02-26 | 1 | -2/+2 |
| | | |||||
* | | Match Puma 3 startup messages [ci skip] | Sam Ruby | 2016-03-04 | 1 | -2/+0 |
|/ | |||||
* | Change command_task.rb to commands_task.rb in docs | Ryan Nielson | 2016-02-02 | 1 | -1/+1 |
| | | | The initialization documentation references `rails/commands/command_task.rb`. This appears to be a typo as the file is actually `rails/commands/commands_task.rb`. | ||||
* | [ci skip] Update rails/all.rb reference. | Kasper Timm Hansen | 2015-12-30 | 1 | -9/+10 |
| | | | | It didn't mention Action Cable's engine. | ||||
* | Merge branch 'rails-rake-proxy' | Kasper Timm Hansen | 2015-12-13 | 1 | -5/+7 |
|\ | |||||
| * | Implement Rake proxy for Rails' command line interface. | Dharam Gollapudi | 2015-12-13 | 1 | -5/+7 |
|/ | | | | | | | Allows any Rake task to be run through `bin/rails` such as `bin/rails db:migrate`, `bin/rails notes` etc. The Rake tasks are appended to Rails' help output, and blend in as standard commands. | ||||
* | Edits default `config/boot.rb` to match what's generated by Rails 4.2. | AnnaErshova | 2015-10-26 | 1 | -2/+1 |
| | |||||
* | Merge pull request #19867 from radar/rename-app-rails-loader | Rafael Mendonça França | 2015-05-27 | 1 | -3/+3 |
|\ | | | | | Remove redundant 'Rails' from Rails::AppRailsLoader constant | ||||
| * | Remove redundant 'Rails' from Rails::AppRailsLoader constant | Ryan Bigg | 2015-05-21 | 1 | -3/+3 |
| | | |||||
* | | Remove unnecessary reference to example Blog app [ci skip] | Jake Gavin | 2015-05-27 | 1 | -3/+2 |
| | | |||||
* | | docs: syncing with the code, adding aj [ci skip] | Ankit Gupta | 2015-05-08 | 1 | -0/+1 |
| | | |||||
* | | added activejob in list [ci skip] | Ankit Gupta | 2015-05-07 | 1 | -0/+1 |
|/ | |||||
* | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -2/+2 |
| | | | | | | That will match the new Bundler executables convention. Bundler Blog Post: http://bundler.io/blog/2015/03/20/moving-bins-to-exe.html Also updated the necessary tests. | ||||
* | Update command_tasks source code | Szymon Madeja | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | Revert "Merge pull request #19404 from dmathieu/remove_rack_env" | Jeremy Kemper | 2015-03-20 | 1 | -4/+4 |
| | | | | | | | Preserving RACK_ENV behavior. This reverts commit 7bdc7635b885e473f6a577264fd8efad1c02174f, reversing changes made to 45786be516e13d55a1fca9a4abaddd5781209103. | ||||
* | don't fallback to RACK_ENV when RAILS_ENV is not present | Damien Mathieu | 2015-03-19 | 1 | -4/+4 |
| | |||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | Remove the tmp/sessions folder and its clear task | Robin Dupret | 2015-01-03 | 1 | -8/+7 |
| | | | | | | | | | | Commit 1aea470 introduced this directory but this was at a time when the default way to store sessions was on the file system under the tmp directory. Let's remove references to it from the documentation as well. [Robin Dupret & yui-knk] | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | treetop is no longer a mail (rails) dependency | Washington Luiz | 2014-08-24 | 1 | -2/+0 |
| | | | | see https://github.com/mikel/mail/commit/2da7c7985c221272f6451b27ab8b41e84e0a6804 | ||||
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2014-06-29 | 1 | -3/+3 |
| | |||||
* | [ci skip] Add missing colon and period in initialization.md. | Juanito Fatas | 2014-06-25 | 1 | -3/+3 |
| | |||||
* | wrap methods in backticks [ci skip] | Anton Kalyaev | 2014-04-19 | 1 | -2/+2 |
| | |||||
* | Update documentation to use Rails.application instead | Marcel Morgan | 2014-04-13 | 1 | -1/+1 |
| | | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip] | ||||
* | [ci skip] Update code snippets to latest master (initialization.md). | Juanito Fatas | 2014-04-10 | 1 | -53/+102 |
| | | | | Also update the `server.run` example (Replace Mongrel with Puma). | ||||
* | docs, update broken link. [ci skip] | Yves Senn | 2014-02-10 | 1 | -2/+2 |
| | | | | from https://github.com/rack/rack/blob/master/lib/rack/server.rb#L289-L300. | ||||
* | a couple of copy-edits before merging [ci skip] | Xavier Noria | 2013-11-24 | 1 | -3/+2 |
| | |||||
* | Fix RailsServer#start content in initialization guide | Alex Johnson | 2013-11-12 | 1 | -17/+23 |
| | | | | [ci skip] | ||||
* | Add section for command_tasks in initialization guide | Alex Johnson | 2013-11-08 | 1 | -12/+42 |
| | | | | [ci skip] | ||||
* | Update commands.rb content in initialization guide | Alex Johnson | 2013-11-08 | 1 | -2/+8 |
| | | | | [ci skip] | ||||
* | Update Rails initialization guide to explain how bin/rails is executed | Alex Johnson | 2013-11-06 | 1 | -3/+36 |
| | |||||
* | exists? is deprecated in ruby trunk [ci skip] | Rashmi Yadav | 2013-11-01 | 1 | -2/+2 |
| | | | see here 4d4ff531b8807ee88a3fc46875c7e76f613956fb | ||||
* | Modifies the initialization guide to make the initializers process clearer ↵ | Cory Foy | 2013-10-09 | 1 | -6/+16 |
| | | | | and remove a TODO. [ci skip] | ||||
* | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 1 | -6/+6 |
| | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip] | ||||
* | Updated outdated initialization guide [ci skip] | AJ Acevedo | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | memorized -> memoized typo fix [ci skip] | Ian Fleeton | 2013-07-14 | 1 | -1/+1 |
| | | | | Reverts one line from 457b7ff9 | ||||
* | Adding documentation to the Rails initialization guide. [ci skip] | wangjohn | 2013-06-26 | 1 | -8/+21 |
| | |||||
* | Remove double spaces in code examples | Sunny Ripert | 2013-05-28 | 1 | -5/+5 |
| | |||||
* | dir -> directory | Prathamesh Sonpatki | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | Grammar | Jonathan Roes | 2013-04-18 | 1 | -6/+6 |
| | |||||
* | Be more specific about the root directory. | Jonathan Roes | 2013-04-18 | 1 | -1/+1 |
| | |||||
* | Remove versions from gems listing | Jonathan Roes | 2013-04-18 | 1 | -29/+27 |
| | | | Since they will undoubtedly change often, it would be simpler to just include the names of the gems instead of updating this list every time Rails is released. | ||||
* | More helpful message when starting server | Gabe Kopley | 2013-03-18 | 1 | -1/+1 |
| | | | | v2 of pull request based on feedback from @rafaelfranca, @schneems, and @carlosantoniodasilva | ||||
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵ | Jeremy Kemper | 2013-01-06 | 1 | -115/+5 |
| | | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' | ||||
* | prefer do-end for multiline block | Gosha Arinich | 2013-01-06 | 1 | -2/+2 |
| | |||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | Now the Sprockets railtie lives in sprockets/railtie | Rafael Mendonça França | 2012-10-18 | 1 | -1/+1 |
| |