| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | fix format in getting started guide [ci skip] | Vijay Dev | 2012-05-14 | 1 | -1/+1 |
| | * | Correct code wrapping around content of welcome/index.html.erb | Ryan Bigg | 2012-05-14 | 1 | -2/+2 |
| | * | Wrap 'Missing template posts/new' error message in a blockquote for better fo... | Ryan Bigg | 2012-05-14 | 1 | -2/+2 |
| | * | Rails actually has one root route defined | Ryan Bigg | 2012-05-14 | 1 | -1/+1 |
| | * | Separate CR out in CRUD explanation, explain each letter one at a time | Ryan Bigg | 2012-05-14 | 1 | -1/+1 |
| | * | Re-enforce/re-explain what happens when you go to root route (Welcome#index) ... | Ryan Bigg | 2012-05-14 | 1 | -1/+1 |
| | * | Briefly explain static file routing in the getting started guide | Ryan Bigg | 2012-05-14 | 1 | -1/+1 |
| | * | [guides] add local precompilation section | Richard Hulse | 2012-05-13 | 1 | -1/+36 |
| * | | Initial proof reading of getting started guide | Oscar Del Ben | 2012-05-07 | 1 | -19/+22 |
* | | | Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_... | Carlos Galdino + Rafael Mendonça França | 2012-05-14 | 1 | -2/+2 |
* | | | updating define_attribute_methods documentation | Francesco Rodriguez | 2012-05-14 | 1 | -2/+2 |
* | | | Remove remaining require 'rubygems' | Santiago Pastorino | 2012-05-13 | 1 | -2/+0 |
* | | | require "rubygems" is obsolete in Ruby 1.9.3 | Kornelius Kalnbach | 2012-05-13 | 2 | -3/+0 |
* | | | Copy edit the documentation | Rafael Mendonça França | 2012-05-13 | 1 | -1/+1 |
* | | | Merge pull request #6225 from acapilleri/select_with_required_true_include_fi... | Rafael Mendonça França | 2012-05-13 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Changed the changelog and documentation about | Angelo Capilleri | 2012-05-13 | 1 | -0/+2 |
* | | | copy editing [ci skip] | Vijay Dev | 2012-05-12 | 1 | -5/+5 |
* | | | update engines guide to show how to have an engine's ApplicationController in... | Scott Johnson | 2012-05-11 | 1 | -0/+15 |
* | | | Clarify expire_action with namespaced controllers | Eric Carty-Fickes | 2012-05-11 | 1 | -0/+36 |
* | | | Update guides/source/configuring.textile | Egor Homakov | 2012-05-11 | 1 | -1/+1 |
* | | | Update guides/source/configuring.textile | Egor Homakov | 2012-05-11 | 1 | -1/+1 |
* | | | Modified template in sample is new.html.erb, not index.html.erb | Ben Wilhelm | 2012-05-10 | 1 | -1/+1 |
* | | | remove inappropriate comma
| Nick Novitski | 2012-05-09 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-08 | 3 | -8/+37 |
|\ \ |
|
| * | | Remove accidentally pasted NOTE section during introduction of +beginning_of_... | Mark J. Titorenko | 2012-05-07 | 1 | -2/+0 |
| * | | Corrections to +beginning_of_day+ and +end_of_day+ example dates. | Mark J. Titorenko | 2012-05-07 | 1 | -2/+2 |
| * | | Added documentation for +beginning_of_hour+ and +end_of_hour+ to Active Suppo... | Mark J. Titorenko | 2012-05-07 | 1 | -0/+31 |
| * | | are ran -> are run | Mark Rushakoff | 2012-05-06 | 1 | -5/+5 |
| * | | Editing log levels to reflect this doc: http://api.rubyonrails.org/classes/Ac... | Mike Manewitz | 2012-05-04 | 1 | -1/+1 |
* | | | Merge pull request #6064 from gazay/fix_guides_for_as_core_ext | Xavier Noria | 2012-05-07 | 1 | -65/+67 |
|\ \ \ |
|
| * | | | Changes for numeric api for Time because Time.current works different | Alexey Gaziev | 2012-05-07 | 1 | -4/+4 |
| * | | | Fix some guides for AS core_ext | Alexey Gaziev | 2012-05-07 | 1 | -64/+66 |
* | | | | note that WIP guides are not in the index menu [ci skip] | Vijay Dev | 2012-05-07 | 1 | -1/+1 |
* | | | | [guides] Add comments to deep_dup example, fix second example [ci skip] | Piotr Sarnacki | 2012-05-06 | 1 | -1/+3 |
* | | | | Reword guide entry for `deep_dup` method. | Piotr Sarnacki | 2012-05-06 | 1 | -14/+23 |
* | | | | Guides for deep_dup | Alexey Gaziev | 2012-05-06 | 1 | -0/+64 |
* | | | | some corrections in the AR query guide [ci skip] | Vijay Dev | 2012-05-05 | 1 | -13/+15 |
* | | | | Update `first`, `last` and `take` in guides | Marcelo Silveira | 2012-05-05 | 1 | -8/+42 |
* | | | | Merge pull request #6153 from carlosantoniodasilva/queue-consumer | José Valim | 2012-05-04 | 1 | -11/+15 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add some docs and changelog entry | Carlos Antonio da Silva | 2012-05-04 | 1 | -11/+15 |
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-04 | 6 | -327/+84 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | mention database mapping in getting started guide | Oscar Del Ben | 2012-05-04 | 1 | -1/+4 |
| * | | Remove vestiges of the http_only! config from configuring guide | Carlos Antonio da Silva | 2012-05-03 | 1 | -8/+0 |
| * | | Update command line guide | Oscar Del Ben | 2012-05-03 | 1 | -4/+2 |
| * | | I found it strange that this guide is redirecting questions to a specific per... | Paul McMahon | 2012-05-03 | 1 | -2/+1 |
| * | | Typo | Oscar Del Ben | 2012-05-02 | 1 | -1/+1 |
| * | | Mention mac os x installation tools on getting started guide | Oscar Del Ben | 2012-05-02 | 1 | -1/+4 |
| * | | Remove tags from getting started guide and adapt some of the content to | Oscar Del Ben | 2012-05-02 | 1 | -214/+2 |
| * | | Rewrite refactoring section in getting started guide | Oscar Del Ben | 2012-05-02 | 1 | -43/+22 |
| * | | Rewrite comments action in getting started guide | Oscar Del Ben | 2012-05-02 | 1 | -21/+14 |