aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Collapse)AuthorAgeFilesLines
* Change some missing README -> README.rdocSantiago Pastorino2010-07-222-9/+9
|
* Make config.generators accept string namespaces, you can do now ↵Santiago Pastorino2010-07-212-0/+16
| | | | | | config.generators.test_framework 'rspec' for instance Signed-off-by: José Valim <jose.valim@gmail.com>
* We are doing the same in this conditionsSantiago Pastorino2010-07-211-3/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Add .rdoc extension to README files.José Valim2010-07-212-1/+1
|
* Rework a bit README files.José Valim2010-07-212-275/+12
|
* Improve contribuition guide.José Valim2010-07-211-15/+42
|
* This example is better for guides and gem/plugins docsSantiago Pastorino2010-07-201-7/+0
|
* Fix a failing test in Railtie and properly define all severity levels in ↵José Valim2010-07-201-14/+5
| | | | MockLogger for LogSubscriber.
* Fix typo on CHANGELOG.José Valim2010-07-201-1/+1
|
* Introduced redefine_methodŁukasz Strzałkowski2010-07-191-0/+22
|
* Add missing entries and tidy up CHANGELOG.José Valim2010-07-191-6/+8
|
* Add console hook to force ActiveRecord::Base to be loaded when console ↵José Valim2010-07-185-15/+58
| | | | starts avoiding reference loops.
* Merge remote branch 'docrails/master'Xavier Noria2010-07-171-3/+4
|\
| * Migrations guide: minor typos correctedJaime Iniesta2010-07-151-3/+4
| |
* | new guide: API Documentation Guidelines, ported and revised from the ↵Xavier Noria2010-07-173-5/+203
| | | | | | | | docrails github wiki
* | Add skip_eager_load!, skip_autoload! and friends to path objects.José Valim2010-07-172-30/+34
| |
* | Makes test use the new config.action_view.javascript_expansions[:defaults] ↵Santiago Pastorino2010-07-171-1/+1
| | | | | | | | initialization syntax
* | minor pass to generated code in application.rb related to :defaultsXavier Noria2010-07-161-3/+3
| |
* | Adds application.js when app is generated with -J and clear ↵Santiago Pastorino2010-07-173-1/+11
| | | | | | | | javascript_expansions[:defaults]
* | Explain how to change javascript default filesSantiago Pastorino2010-07-171-0/+3
| |
* | AS guide: revised the docs of class_attribute and cattr_* macrosXavier Noria2010-07-161-10/+46
| |
* | Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfoSantiago Pastorino2010-07-151-5/+6
| |
* | Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from ↵Santiago Pastorino2010-07-151-1/+1
|/ | | | action_dispatch vendor
* Merge remote branch 'docrails/master'Xavier Noria2010-07-151-22/+24
|\
| * AR queying guide: let limit and offset be different numbers to help making ↵Xavier Noria2010-07-141-6/+6
| | | | | | | | clear what is what in the explanation, rewords also a bit
| * Active Record Query Interface Guide: Corrected the explanation for the ↵Michael Hutchinson2010-07-141-1/+1
| | | | | | | | OFFSET example.
| * Active Record Query Interface Guide: Fixed a few typos and made minor ↵Michael Hutchinson2010-07-141-10/+10
| | | | | | | | changes to improve readability.
| * Active Record Query Interface Guide: Fixed minor typos.Michael Hutchinson2010-07-141-7/+9
| |
* | layouts and rendering guide: use content_for? instead of the yield or yield ↵Xavier Noria2010-07-151-1/+1
| | | | | | | | idiom
* | upgrade prototype to be compatible with rails.js [#5109 state:committed]Andrew Kaspick2010-07-141-890/+2017
| | | | | | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* | AS guides: reword the docs of Enumerable#group_byXavier Noria2010-07-131-4/+2
|/
* Merge remote branch 'docrails/master'Xavier Noria2010-07-134-12/+46
|\
| * Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-2/+2
| |
| * Merge branch 'master' of github.com:lifo/docrailsJaime Iniesta2010-07-122-2/+2
| |\
| | * Removed deprecated |map| block argument from routing docs since it is no ↵Steven Hancock2010-07-112-2/+2
| | | | | | | | | | | | | | | | | | longer generated in edge Rails config/routes.rb Didn't touch plugins guide since I'm not too clear on how routes work in plugins.
| * | Getting started guide: typos and changelogJaime Iniesta2010-07-121-1/+2
| | |
| * | Getting started guide: Post validation example is clearer if we do ↵Jaime Iniesta2010-07-111-1/+1
| | | | | | | | | | | | p=Post.new;p.save better than p=Post.create;p.save
| * | Getting started guide: rephrase the paragraph about the root route for ↵Jaime Iniesta2010-07-111-5/+4
| |/ | | | | | | better understanding
| * missing article, only seen in github's colored diff by the beard of the prophetXavier Noria2010-07-101-1/+1
| |
| * revises recent commit related to :uniq => trueXavier Noria2010-07-101-28/+22
| |
| * expanding on :uniq option in has_manyNeeraj Singh2010-07-091-1/+41
| |
* | Just add connection management middleware if running in a concurrent ↵José Valim2010-07-122-2/+11
|/ | | | environment.
* Merge remote branch 'docrails/master'Xavier Noria2010-07-096-76/+105
|\
| * Minor typos: 'built-in' instead of 'built in', 'built into' instead of ↵Jaime Iniesta2010-07-094-4/+4
| | | | | | | | 'built in to'
| * Describe recent changes in Multibyte::Chars.Norman Clarke2010-07-081-56/+81
| |
| * copy-edits some docsXavier Noria2010-07-081-16/+20
| |
* | application.rb: revises the comment for autoload_paths so that is assumes ↵Xavier Noria2010-07-091-3/+3
| | | | | | | | less from the user, and unifies punctuation
* | Allow a PID file to be specified to rails server [#5031 state:resolved]Sudara2010-07-081-0/+3
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Print proper "Usage:" messages for "rails plugin" commandAkira Matsuda2010-07-071-2/+10
| | | | | | | | | | | | | | | | | | * suppress outputting "Unknown command:" when no command were specified * output the "Usage:" message when no plugin names were given [#5043 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* | whitespaceAkira Matsuda2010-07-071-50/+47
|/ | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>