Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proper casing in pronouns; relocate the pro git book [ci skip] | Soon Van | 2012-08-11 | 1 | -7/+7 |
| | | | | | | | | - Cases in point - GitHub, Git, Twitter and Rails should start with capitals when used outside code context - Pro Git found - URL has been updated for its new home - Faces for links - More descriptive titles on link prompt instead of "here" | ||||
* | Rewrite some parts of the Rails initialization guide | Oscar Del Ben | 2012-06-17 | 1 | -9/+4 |
| | |||||
* | Add initialization section | Oscar Del Ben | 2012-06-17 | 1 | -0/+5 |
| | |||||
* | Rewrite rails command section | Oscar Del Ben | 2012-06-17 | 1 | -2/+2 |
| | |||||
* | Add tip for browsing source code on Github | Oscar Del Ben | 2012-06-17 | 1 | -0/+5 |
| | |||||
* | Not focusing on Passenger for now | Oscar Del Ben | 2012-06-17 | 1 | -2/+4 |
| | |||||
* | Add server.run example | Oscar Del Ben | 2012-06-14 | 1 | -0/+45 |
| | | | | | This is the last chapter before I go back and make sure the guide is complete/review | ||||
* | Show when Rack middlewares are executed | Oscar Del Ben | 2012-06-13 | 1 | -0/+40 |
| | |||||
* | Add initialize! explanation | Oscar Del Ben | 2012-06-13 | 1 | -0/+25 |
| | |||||
* | Close explanation of config/environment | Oscar Del Ben | 2012-06-13 | 1 | -0/+8 |
| | |||||
* | Remove initialization explanation for each framework | Oscar Del Ben | 2012-06-10 | 1 | -640/+10 |
| | | | | | | We no longer go through all the files and frameworks that are required by Rails. Instead we will only focus on the code that gets executed as well as important concepts. | ||||
* | Add config/application to initialization guide | Oscar Del Ben | 2012-06-10 | 1 | -1/+8 |
| | |||||
* | Rewrite Rails server initialization section | Oscar Del Ben | 2012-06-10 | 1 | -1/+4 |
| | |||||
* | Refactor Action Dispatch description to be more concise | Oscar Del Ben | 2012-06-10 | 1 | -48/+5 |
| | |||||
* | Change initialization guide introduction | Oscar Del Ben | 2012-06-10 | 1 | -2/+2 |
| | | | | | | | We will no longer cover every single file that is loaded by Rails, as this would be too difficult and time consuming to maintain. We also expect the reader to know about rails server at this point. | ||||
* | Fix typo 'ActiveSpport'. | Tobi Lehman | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Add files required by action_dispatch | Oscar Del Ben | 2012-06-09 | 1 | -2/+14 |
| | |||||
* | Add missing requires for rails/commands/server | Oscar Del Ben | 2012-06-09 | 1 | -1/+12 |
| | |||||
* | Update initialization guide [ci skip] | Vijay Dev | 2012-05-27 | 1 | -64/+32 |
| | | | | | | * update rails versions * remove outdated code snippets * few more corrections | ||||
* | some small corrections & wrapping changes in the initialization guide | Vijay Dev | 2012-05-26 | 1 | -11/+4 |
| | | | | This guide is currently a wip and pending reviews. [ci skip] | ||||
* | fix mention of ruby versions that rails 4 won't run on [ci skip] | Vijay Dev | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | [Guides] Add missing file descriptions | Oscar Del Ben | 2012-05-25 | 1 | -1/+17 |
| | |||||
* | [Guides] Add inflector example | Oscar Del Ben | 2012-05-25 | 1 | -0/+4 |
| | |||||
* | [Guides] Update rack example | Oscar Del Ben | 2012-05-24 | 1 | -1/+0 |
| | |||||
* | [Guides] Add core_ext/object section | Oscar Del Ben | 2012-05-24 | 1 | -1/+25 |
| | |||||
* | [Guides] Rewrite Rails application section | Oscar Del Ben | 2012-05-24 | 1 | -18/+11 |
| | |||||
* | [Guides] Add extract_options section | Oscar Del Ben | 2012-05-24 | 1 | -3/+26 |
| | |||||
* | [Guides] Update ruby version check | Oscar Del Ben | 2012-05-24 | 1 | -2/+8 |
| | |||||
* | [Guides] Add sprockets to list of loaded frameworks | Oscar Del Ben | 2012-05-24 | 1 | -0/+1 |
| | |||||
* | [Guides] Fix sample code | Oscar Del Ben | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | [Guides] Rewrite server start section | Oscar Del Ben | 2012-05-23 | 1 | -8/+23 |
| | |||||
* | [Guides] Rewrite server start section | Oscar Del Ben | 2012-05-23 | 1 | -2/+20 |
| | |||||
* | [Guides] Update rails commands section | Oscar Del Ben | 2012-05-22 | 1 | -0/+5 |
| | |||||
* | [Guides] Change bundler section | Oscar Del Ben | 2012-05-22 | 1 | -12/+12 |
| | |||||
* | [Guides] Review bin/rails section | Oscar Del Ben | 2012-05-22 | 1 | -2/+5 |
| | |||||
* | [Guides] change rails bin section | Oscar Del Ben | 2012-05-22 | 1 | -6/+5 |
| | |||||
* | The initialization guide will cover Rails 4 | Oscar Del Ben | 2012-05-22 | 1 | -2/+4 |
| | |||||
* | Remove remaining require 'rubygems' | Santiago Pastorino | 2012-05-13 | 1 | -2/+0 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+1114 |