Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | remove stray text in getting started guide [ci skip] | Vijay Dev | 2012-05-17 | 1 | -4/+4 | |
| | | ||||||
* | | document the AR::Base#ids method introduced in 9307616 [ci skip] | Vijay Dev | 2012-05-17 | 1 | -0/+18 | |
| | | ||||||
* | | remove image_tag onmouseover option docs [ci skip] | Vijay Dev | 2012-05-16 | 1 | -6/+0 | |
| | | ||||||
* | | remove backported string interpolation | Vasiliy Ermolovich | 2012-05-15 | 1 | -14/+0 | |
| | | ||||||
* | | Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` ↵ | José Valim | 2012-05-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | option from `submit_tag`, `button_tag` and `button_to` helpers."" Finally remove `:disable_with` but use `:data => { :disable_with => ... }` in examples to show off a better API (which looks nicer in Ruby 1.9) This reverts commit a5c38a9c087e33d36397afc496be7c8e01b37ef0. | |||||
* | | Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ↵ | José Valim | 2012-05-15 | 1 | -2/+2 | |
|/ | | | | | | | | | | `submit_tag`, `button_tag` and `button_to` helpers." `disable_with:` is much easier to type than `"data-disable-with" =>`, and the fact it uses "data-disable-with" => is an implementation concern, it should not affect the public API. This reverts commit 683fc4db00f496e5225928afb4d4e932e0fcdc48. | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-15 | 5 | -45/+77 | |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/asset_tag_helper.rb | |||||
| * | copy edit asset guide [ci skip] | Vijay Dev | 2012-05-15 | 1 | -7/+5 | |
| | | ||||||
| * | code-format italicized 'production' env [ci skip] | Mark Rushakoff | 2012-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | s/aff/add [ci skip] | Mark Rushakoff | 2012-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | Minor editing of getting started guide | Oscar Del Ben | 2012-05-14 | 1 | -3/+11 | |
| | | ||||||
| * | Merge branch 'master' of github.com:lifo/docrails | Oscar Del Ben | 2012-05-14 | 15 | -132/+357 | |
| |\ | ||||||
| | * | remove docs on Range#step | Vasiliy Ermolovich | 2012-05-14 | 1 | -12/+0 | |
| | | | ||||||
| | * | 'Netherlands locale' does not make any sense, it's Dutch locale [ci skip] | Ayrton De Craene | 2012-05-14 | 1 | -2/+2 | |
| | | | ||||||
| | * | Improved the readability of some sentences [ci skip] | Ayrton De Craene | 2012-05-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | 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 ↵ | Ryan Bigg | 2012-05-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | formatting | |||||
| | * | 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 | |
| | | | | | | | | | | | | better | |||||
| | * | 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 ↵ | Carlos Galdino + Rafael Mendonça França | 2012-05-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | `submit_tag`, `button_tag` and `button_to` helpers. | |||||
* | | | updating define_attribute_methods documentation | Francesco Rodriguez | 2012-05-14 | 1 | -2/+2 | |
| | | | ||||||
* | | | Remove remaining require 'rubygems' | Santiago Pastorino | 2012-05-13 | 4 | -8/+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 ↵ | Rafael Mendonça França | 2012-05-13 | 1 | -0/+2 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | acapilleri/select_with_required_true_include_first_option_blank HTML5 validation error with options_from_collection_for_select Fixes #5908 Conflicts: actionpack/CHANGELOG.md | |||||
| * | | Changed the changelog and documentation about | Angelo Capilleri | 2012-05-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | the select method (tag select) forces :include_blank if is required and no multiple and display size is one | |||||
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-12 | 5 | -4/+55 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: activesupport/lib/active_support/callbacks.rb | |||||
| * | | | copy editing [ci skip] | Vijay Dev | 2012-05-12 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | update engines guide to show how to have an engine's ApplicationController ↵ | Scott Johnson | 2012-05-11 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | inherit from the main application's ApplicationController | |||||
| * | | | 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 | |
| |/ / | | | | | | | | | | | | | | | | | | | A qualifying clause beginning with words like "as", "if", or "although" should have a comma separating it from any following clauses in a sentence, but should not have a comma immediately after the beginning word, unless it is to separate a third, non-essential clause. Example 1: "Although I would quite like to go to lunch with you, I find myself instead writing a detailed commit message to justify a single-character documentation change." Example 2: "Despite, as you might well imagine, wishing I hadn't even noticed it in the first place, I still felt the error was worth correcting." | |||||
* | | | 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 | |||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-08 | 3 | -8/+37 | |
|\ \ | ||||||
| * | | Revert "Compressed all images from the guide through ImageOptim which saves ↵ | Xavier Noria | 2012-05-07 | 80 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes up to 74.6% in size [ci skip]" Reason: this change can't really be done in docrails, see http://weblog.rubyonrails.org/2012/3/7/what-is-docrails/ This reverts commit bc06e8d706fd8818d434c66f46d2e889ca24bd2d. | |||||
| * | | Compressed all images from the guide through ImageOptim which saves ↵ | Ayrton De Craene | 2012-05-07 | 80 | -0/+0 | |
| | | | | | | | | | | | | sometimes up to 74.6% in size [ci skip] | |||||
| * | | Remove accidentally pasted NOTE section during introduction of ↵ | Mark J. Titorenko | 2012-05-07 | 1 | -2/+0 | |
| | | | | | | | | | | | | +beginning_of_hour+ and +end_of_hour+ documentation. | |||||
| * | | 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 ↵ | Mark J. Titorenko | 2012-05-07 | 1 | -0/+31 | |
| | | | | | | | | | | | | Support Core Extensions guide. | |||||
| * | | are ran -> are run | Mark Rushakoff | 2012-05-06 | 1 | -5/+5 | |
| | | | | | | | | | | | | The former is grammatically incorrect. | |||||
| * | | Revert "Play nice with some lint patterns" | Vijay Dev | 2012-05-06 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | This reverts commit 7f536f9158588b66c0e5a6aa8772b919812f9cb9. Reason: If at all this is done, this should be done in rails master. | |||||
| * | | Play nice with some lint patterns | Kristian Freeman | 2012-05-04 | 1 | -3/+4 | |
| | | |