Commit Graph

1414 Commits

Author SHA1 Message Date
David N. Welton
818b366c3e Merge branch 'master' of github.com:lifo/docrails 2010-11-22 16:06:28 +01:00
David N. Welton
0598bd4d2d Explain that NamedBase makes the variable 'name' available to the script. 2010-11-22 16:05:53 +01:00
Pavel Gorbokon
2515ad8a3e Fix ruby syntax errors in railties/guides docs 2010-11-22 16:37:33 +02:00
David N. Welton
8c17d30d68 Slightly more natural sounding phrase. 2010-11-22 15:09:58 +01:00
Brian Alexander
51007f1dba Previous version inaccurately suggested that
resources :posts, :path => "/admin"

would route "/admin/posts" to the PostsController but it actually routed "/admin" to the PostsController
2010-11-21 19:54:05 -08:00
Xavier Noria
15fd29b3ea documents <%== in the AS guide 2010-11-21 10:17:30 +01:00
Xavier Noria
7c51d1fcf9 Spanish for "project" is "proyecto" 2010-11-21 03:29:44 +01:00
Xavier Noria
a03a3b7c31 copy-edits d773ef8 2010-11-21 03:29:44 +01:00
Jamison Dance
ffed9db269 fix some grammar issues with section 2.5 2010-11-21 03:29:44 +01:00
nosolopau
f975f35147 Spelling mistake: "Projecto" instead of "projeto" 2010-11-21 03:29:44 +01:00
Jaime Iniesta
925aeed4b6 i18n guide: fix external link to rack locale 2010-11-21 03:29:44 +01:00
Léo Hackin
f5a51a7788 Fix code for customize the error messages html adding a .html_safe of 8.3 section 2010-11-21 03:29:43 +01:00
Jaime Iniesta
f044d38192 i18n guide: this is not longer a problem 2010-11-21 03:29:43 +01:00
Jaime Iniesta
cbea139130 i18n guide: remove link to external page about 'How to encode the current locale in the URL' as it no longer exists 2010-11-21 03:29:43 +01:00
Jaime Iniesta
3c64553644 i18n guide: it's activerecord.errors.messages.record_invalid (instead of 'invalid'), and messagges typo 2010-11-21 03:29:43 +01:00
eparreno
3d377454db remove old school validations and replaced with new validates method. Pending: fix active_record guide 2010-11-21 03:29:43 +01:00
Xavier Noria
902ae14e65 guides: gives clear instructions for feedback, removes links to the now archived LH project 2010-11-19 21:46:12 +01:00
Josh Kalderimis
1d5842b27c updated the rails guide to reflect changes in the action view railtie relating to the asset id cache code 2010-11-16 00:04:37 +01:00
Xavier Noria
91a6db90cf Merge branch 'master' of git://github.com/lifo/docrails 2010-11-15 19:45:46 +01:00
James Miller
c2c2b8b962 Add HTTP Verb Constraints (:via) to routing guide 2010-11-15 09:26:57 -07:00
Jaime Iniesta
72fda46214 Merge branch 'master' of github.com:lifo/docrails 2010-11-15 00:07:35 +01:00
Jaime Iniesta
324569bb11 Getting Started guide: remove calls to f.error_messages as it has been removed from Rails 2010-11-15 00:07:25 +01:00
Santiago Pastorino
c996901913 Change deprecated syntax and use f.submit instead of submit_tag 2010-11-14 21:00:26 -02:00
José Valim
fae4264a7e Update the guides. 2010-11-14 16:22:21 +01:00
Aditya Sanghi
330d65d312 deliver_* is no more 2010-11-14 18:27:08 +05:30
Rajinder Yadav
abf225423c removed unnecessary indentation 2010-11-14 06:02:16 -05:00
Rajinder Yadav
f69784289b added note with example for using flash in redirection 2010-11-14 05:20:10 -05:00
Rajinder Yadav
23f71c431d corrected sample code to clear @_current_user class variable also 2010-11-14 05:12:01 -05:00
Rajinder Yadav
7e1f6688e9 the partial option is not required for simple partial rendering 2010-11-13 20:24:04 -05:00
Paco Guzman
d44cd370bf colorize_logging is a Rails General Configuration option not a specific option of ActiveRecord 2010-11-13 12:17:21 +01:00
Frederick Ros
e7723baa0b Fixed the name of the 'generator option' 2010-11-11 23:02:05 +01:00
Xavier Noria
c577e90f61 restores the example for fixed-width font in API guidelines 2010-11-10 23:46:00 +01:00
Santiago Pastorino
7a2be37592 Remove copy_instance_variables_from from guides 2010-11-10 19:12:10 -02:00
Rajinder Yadav
5cdb46d9fb this reads better, i don't know what the other 'so on' are, doesn't help reader imho 2010-11-09 05:05:56 -05:00
Rajinder Yadav
4e074c7cc6 added missing word to clear up meaning in my previous commit 2010-11-09 04:34:32 -05:00
Rajinder Yadav
26d314ed6a Merge branch 'master' of github.com:lifo/docrails 2010-11-09 04:31:08 -05:00
Rajinder Yadav
4b7ac55780 removed indentation, for code style consistency and readibility 2010-11-08 04:17:56 -05:00
dmathieu
78e085b12c Use Rails.logger, not ActiveRecord::Base.logger
Because everybody is not using ActiveRecord. And the logger is not specific to it.
2010-11-08 10:14:15 +01:00
Rajinder Yadav
149f795d16 removed etc. not require 2010-11-08 04:04:18 -05:00
Rajinder Yadav
e135f13f50 added missing space and minor rewording 2010-11-08 03:58:19 -05:00
Rajinder Yadav
4d5807bcd5 corrected to Rails 3 syntax for declaring resources 2010-11-08 03:47:45 -05:00
Francesc Esplugas
e22ad7ae1d Fixes ActionMailer example error 2010-11-07 22:08:59 +01:00
Xavier Noria
3cf85fb4fc Merge branch 'master' of git://github.com/lifo/docrails 2010-10-30 23:28:16 +02:00
Ugis Ozols
8f141d0ce7 Changed environment.rb to application.rb 2010-10-25 22:27:56 +03:00
Ugis Ozols
604c21102f Reworded sentence using text from rails source code. 2010-10-25 22:18:20 +03:00
Ugis Ozols
4f0b119b2d Changed environment.rb to application.rb 2010-10-25 16:48:59 +03:00
Xavier Noria
cdce5fc886 ensures that no browser shows a vertical scrollbar in the code blocks of guides, thanks to Marcelino Llano for a hint to fix this 2010-10-24 19:28:28 +02:00
Xavier Noria
5e0e77fc12 configure a uniform font-family for code in guides 2010-10-24 16:21:20 +02:00
Xavier Noria
8a629ab6c3 use a gray a little darker in code blocks, for better contrast with the gray background 2010-10-24 16:21:20 +02:00
Xavier Noria
739fda3f0a removes the toolbar from guides code blocks 2010-10-24 16:21:20 +02:00
Rob Zolkos
6492a2bd21 added tip about ruby-debug needing a different gem if using 1.9 [#190 state:resolved] 2010-10-24 21:20:41 +11:00
Xavier Noria
b0aae28422 Merge branch 'master' of git://github.com/lifo/docrails 2010-10-24 00:40:32 +02:00
Xavier Noria
5f5496c7f3 switches guides code syntax highlighting to the better SyntaxHighlighter, I did my best with the theme, I swear 2010-10-24 00:35:47 +02:00
Greg Jastrab
5b502ed9cc fixed example code for i18n exception handling 2010-10-22 13:30:00 -04:00
Jared Crapo
1ef9ddde90 Fixed typo in code for Session Expiry 2010-10-21 11:56:36 -07:00
José Valim
fc8c072988 Use render :template instead of render :file in nested layouts example. render :template is a bit faster and more semantic compared to render :file. 2010-10-21 09:26:59 -02:00
Umar Sheikh
a04b2131de ActiveSupport::Dependencies' methods load_paths and load_once_paths have
changed names to autoload_paths and autoload_once_paths respectively
2010-10-21 14:41:00 +05:00
Xavier Noria
d619b9d1d1 Merge branch 'master' of git://github.com/lifo/docrails 2010-10-19 23:07:29 +02:00
Xavier Noria
ba1fb51fa5 api guidelines: adds a reference to the RDoc documentation where directives like :method: are covered 2010-10-19 22:45:51 +02:00
Richard Hart
e43de58ab4 Updating routing namespace examples to use symbols and not strings. 2010-10-19 13:40:47 +01:00
Dallas Taylor
2c3c0bcbab Added :file as a possible value when configuring actionmailer 2010-10-18 18:55:02 +11:00
Santiago Pastorino
b44e2abd9f Bump bundler up to 1.0.3 2010-10-16 14:36:25 -02:00
Rajinder Yadav
62eb00a62e Merge branch 'master' of git://github.com/lifo/docrails 2010-10-15 22:19:39 -04:00
Rob Zolkos & Xavier Noria
bc1bcddede implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:committed] 2010-10-16 02:23:23 +02:00
Rob Zolkos
cffae06a4f remove Mongrel from debugger docs 2010-10-15 23:38:31 +11:00
Rob Zolkos
ebe61bf37c WEBrick is the default web server, not Mongrel [#186 state:resolved] 2010-10-15 21:40:32 +11:00
Neil Middleton
8be96a3bcf Fixed casing of JavaScript (and RJS) [#183 state:resolved] 2010-10-14 23:12:25 +01:00
Nick Quaranto
a18cefbc3a Fixing a small typo in the generators guide 2010-10-14 17:24:59 -04:00
Xavier Noria
13f7f89bda Merge branch 'master' of git://github.com/lifo/docrails 2010-10-14 23:15:23 +02:00
Ryan Bigg and Xavier Noria
cfb1ba023b Use <em> rather than underscores to fix display issue with 4.1.1.1 in the asssociation basics guide 2010-10-14 08:12:25 +11:00
Ugis Ozols
a37e1a6a69 Removed miscelenous letters. 2010-10-13 23:31:37 +03:00
Xavier Noria
879cac5d76 getting started guide: deletes orphan <% end %>, reported by Michael L. Miller 2010-10-12 23:06:55 +02:00
Xavier Noria
21a92b8d01 Merge branch 'master' of git://github.com/lifo/docrails 2010-10-11 12:06:21 +02:00
Philip R. Dutton
70ad6e499f I corrected a code snippet typo in the railties/guides/source/initialization.textile file [#5779 state:resolved] 2010-10-11 13:55:58 +11:00
Ryan Bigg
ef74ad8e0c Remove mention to register_javascript_include_default in documentation 2010-10-11 13:28:50 +11:00
Santiago Pastorino
afd76d7fe9 Fix error in routing guide edit_photo_path needs the id as param 2010-10-09 14:50:25 -02:00
Xavier Noria
db520042b3 Merge branch 'master' of git://github.com/lifo/docrails 2010-10-06 23:16:13 +02:00
Xavier Noria
3b7d48cc45 a couple of touches to the guides guidelines 2010-10-05 22:52:43 +02:00
Xavier Noria
da34ee423f aaaaannnddd, your beloved typo only spotted in the github colored diff no matter how many passes you did before pushing 2010-10-05 19:38:05 +02:00
Xavier Noria
360a878070 new guide: Ruby on Rails Guides Guidelines 2010-10-05 19:34:27 +02:00
Rajinder Yadav
018bf0f575 added more items to the set to improve explanation of validates_exclusion_of 2010-10-04 00:02:09 -04:00
Rajinder Yadav
0da0aa4cd9 corrected wording for better reading, fixed ugly intented quote by using code tags 2010-10-03 20:41:56 -04:00
Nicholas E. May (on Enterprise)
467d20c897 Section 6, table, typo (extra '.rb') 2010-10-03 00:37:15 -05:00
Nicholas E. May (on Enterprise)
bcc103367b Section 4.3, wrong word used: 'contact' => 'content' 2010-10-02 23:05:08 -05:00
Nicholas E. May (on Enterprise)
ab7b99f150 Section 3.3: '# bundle install' instead of just 'bundle install' 2010-10-02 22:43:45 -05:00
Nicholas E. May (on Enterprise)
ffe24354cc Section 3.2, table: 'README.rdoc' -> 'README' 2010-10-02 22:26:26 -05:00
Nicholas E. May (on Enterprise)
a72edab3b3 Removed unnecessary 'the' in the '2.2.9 Active Suport' section of Getting Started. 2010-10-02 21:57:01 -05:00
Xavier Noria
542ddd8c89 brings csrf_meta_tags back to the generated layout
After more discussion, it has be agreed that this kind
of changes within reasonable margins are OK for 3.1.
That is, it is fine to change a little bit the generators
even if that means examples in existing books won't be
exact. (Note that the singular csrf_meta_tag exists as an
alias and thus those outdated examples will run, same for
existing applications.)
2010-10-02 00:10:32 +02:00
Jaime Iniesta
ef554156c4 Action Mailer Basics guide - reformatted configuration table 2010-09-30 12:23:52 +02:00
Jaime Iniesta
ae65a1f1df Action Mailer Basics guide - fixed typos 2010-09-30 12:11:51 +02:00
Xavier Noria
a617f6bc4c Merge branch 'master' of github.com:lifo/docrails 2010-09-29 20:26:42 +02:00
Joost Baaij
b1acba7bb8 Cleanup of the References section.
Removed non-functional links.
Removed links to API documentation.
Removed link to Rails 2 material.

Renamed "References" to "Further Reading".
2010-09-29 15:56:16 +02:00
Joost Baaij
3c620bed8c Removed obsolete "advanced" plugin URLs.
These plugins are obsolete even for Rails 2, they have no place in a Rails 3 guide.
Also removed "mad cool" reference.

If anyone has ideas about cache plugins that *must* be included, I would love to know.
As far as I am concerned the rails guides should stick to built-in methods and have a
simple list of references for people wishing to investigate further.

I will check out the references after this commit to see if they're up to date.
2010-09-29 15:51:09 +02:00
Carlos Antonio da Silva
7fc1edd790 Remove deprecated stuff in ActionController
This removes all deprecated classes in ActionController related to
Routing, Abstract Request/Response and Integration/IntegrationTest.
All tests and docs were changed to ActionDispatch instead of ActionController.
2010-09-26 02:13:45 +08:00
Aditya Sanghi
de880302bd review comments 2010-09-25 15:04:25 +05:30
Aditya Sanghi
db8b3e71dc add section about email with name 2010-09-25 14:49:28 +05:30
Aditya Sanghi
c94e92e2b0 Add section about multiple recipients 2010-09-25 14:31:19 +05:30
Kulbir Saini
b1603990df Fixed routing examples in Routing guide. Updated URL to RoutingAssertions module. 2010-09-25 06:24:27 +05:30
Kulbir Saini
f488499c26 Updated 'Action Controller Overview' guide to rails 3 and fixed a few URLs throwing 404s. 2010-09-25 05:06:10 +05:30
Kulbir Saini
c941cba170 Updated all forms to accept UTF-8 encoding in Form Helpers guide wrt Rails 3. 2010-09-25 03:03:22 +05:30
Kulbir Saini
34908e3aef Merge branch 'master' of git@github.com:lifo/docrails 2010-09-24 07:15:00 +05:30
Kulbir Saini
b93c018947 Minor rephrasing in Active Record Quering and Layouts and Rendering guides.
Example code fixes in Layouts and Rendering guide.
2010-09-24 07:13:40 +05:30
Pedro Fayolle
78d140d06d Fixed typo (CategoriesControlleR -> CategoriesControlleR). 2010-09-23 18:26:21 -07:00
Kulbir Saini
d24914c2e8 Fixes in associations_basics guide. 2010-09-24 04:27:51 +05:30
Kulbir Saini
948248a23d Updated guide to use ActiveRecord::Base.where instead of ActiveRecord::Base.find.
Added `where` as a method to has_many and has_and_belongs_to_many collections.
2010-09-24 04:04:39 +05:30
Xavier Noria
8c0c815ba7 resolves rdoc conflict 2010-09-23 22:35:08 +02:00
eparreno
5965219ca2 some fixes in routing guide 2010-09-22 22:11:15 +02:00
Santiago Pastorino
b73d5e81ec form_for with file_field docs fixed 2010-09-22 12:39:54 -03:00
Xavier Noria
a6aa6da5dd api guidelines: adds Test::Unit and RSpec as examples of correct spelling, also advice when in doubt 2010-09-21 23:50:57 +02:00
Joost Baaij
b39dfd5936 Document form_for behaviour when using file_field inside the block 2010-09-21 15:11:04 +02:00
Simone Carletti
f1fdc4ff0a Remove mention of Rails 3 deprecated option config.action_controller.use_accept_header.
See http://github.com/rails/rails/blob/v3.0.0/actionpack/lib/action_controller/deprecated/base.rb#L108-111
2010-09-20 17:27:26 +02:00
Xavier Noria
2b6c2e947b adds to the API guidelines the proper spelling of Arel 2010-09-19 00:05:05 +02:00
Diego Carrion
a63749483c updated instructions to generate the migration for the ActiveRecord session store table 2010-09-18 12:46:21 -03:00
Andrew Ferk
7329ceb1b9 Updated yaffle_test.rb from 2.2 to require 'test_helper' and extend ActiveSupport::TestCase 2010-09-18 09:53:08 -05:00
Andrew Ferk
8050d94907 Removed leading : from database.yml file 2010-09-18 09:46:32 -05:00
Andrew Ferk
a2fddff035 Updated output that should be seen from the initial rake 2010-09-18 09:45:12 -05:00
Andrew Ferk
97350eea03 Updated test_helper.rb to require the init.rb file from the correct folder 2010-09-18 09:40:14 -05:00
Andrew Ferk
8a045e3c82 removed leading : from database.yml file. dbfile has been updated to database in database.yml 2010-09-18 09:37:54 -05:00
Andrew Ferk
1b2b5a7055 rails/init.rb is deprecated, so keep init.rb in root of plugin. updated for 1.3 Organized Your Files 2010-09-18 08:58:24 -05:00
Andrew Ferk
89eef55fb3 'rails generate plugin' --with-generator option has changed to --generator. Updated the output that is seen after executing 'rails generate plugin yaffle --generator' 2010-09-18 00:41:38 -05:00
Andrew Ferk
0c6ac67d2f added 'bundle install' command to h4. Create the Basic Application 2010-09-18 00:26:49 -05:00
oamblet
bda6de2722 Updated old fashion form_for samples.
when 'form_for :resource, @resource ...' is found, remove the first argument (there is no need to use the :as option when the name is the same).
2010-09-15 10:11:07 +02:00
Fred Wu
cedc49dbd3 Updated the Cache Money repo link to one that works with Rails 3. 2010-09-15 14:22:43 +10:00
Jamison Dance
50b175030a fixed an unclear description in Sigular Resources. 2010-09-14 17:14:16 -06:00
Xavier Noria
dd6efe98b6 Merge remote branch 'docrails/master' 2010-09-14 20:07:29 +02:00
Xavier Noria
0207bc7cc9 get csrf_meta_tag back to the generated layout in deference to existing printed material, chomp also the generated HTML to be faithful to the output before the refactor 2010-09-14 01:35:44 +02:00
Rohit Arondekar
3683745cbc Guides: Add test directory to load path to run individual test files. 2010-09-12 21:05:10 -07:00
Xavier Noria
a87b92db7b revises implementation and documentation of csrf_meta_tags, and aliases csrf_meta_tag to it for backwards compatibilty 2010-09-11 11:05:00 +02:00
Mikel Lindsaar
d73b47fc22 Fixing up rails application init command - Rails Guides ticket 32 2010-09-09 23:08:01 +10:00
Carlos Antonio da Silva
11fccc5f06 Cleanup deprecation warnings in Action Controller
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-09-06 13:40:45 +02:00
Xavier Noria
63032c1162 too many people are looking for the 2.3 guides, put by now a link at the top of the home, and add the Rails version in the main header 2010-09-03 22:00:22 +02:00
Andrew White
f8fb4651a7 Add missing lookup keys for error messages 2010-09-01 17:43:35 +01:00
Xavier Noria
8b2e4fddbf Merge remote branch 'docrails/master' 2010-09-01 00:01:26 +02:00
Santiago Pastorino
94b850c661 Bring back build to the initialization guide 2010-08-31 11:54:07 -03:00
Damien Mathieu
28474a7571 Fix benchmarking for rails3
* Fix the generated file examples
* Fix the generators commands
2010-08-31 13:39:08 +02:00
Michael MacDonald
362371690f Corrected typo in example on rendering collections in partials changing @posts to @products to match the example 2010-08-31 11:01:05 +10:00
Pratik Naik
5076af5aa1 Fix an english fail 2010-08-31 00:16:31 +01:00
Pratik Naik
6d8fc26ce8 Fix the readonly section 2010-08-31 00:14:49 +01:00
Pratik Naik
5a310f8335 Update the section about joins 2010-08-31 00:01:41 +01:00
Pratik Naik
0bb32588b7 Fix pessimistic locking examples 2010-08-30 23:52:27 +01:00
Pratik Naik
9cd708b2cf Reword calculations section 2010-08-30 23:45:03 +01:00
Pratik Naik
d0720ad5f8 Reword the section about exists? 2010-08-30 23:45:03 +01:00
Pratik Naik
ceca3a0564 Improve example for having() 2010-08-30 23:45:03 +01:00
Pratik Naik
767eca4913 Remove {} from hash conditions. And more occurrences of [] in array conditions 2010-08-30 23:45:03 +01:00
Pratik Naik
1e554a1175 Array conditions dont need [] 2010-08-30 23:45:03 +01:00
Xavier Noria
3805d01c9b resolves merge conflict 2010-08-31 00:24:05 +02:00
Pratik Naik
c30f6c270d User.each is a lie 2010-08-30 23:05:14 +01:00
Joost Baaij
19d99971f7 Remove mention of InstantRails, it is completely obsolete.
Mention RubyInstaller instead which is actually quite pleasant and runs Rails fine.
2010-08-30 21:31:42 +02:00
Joost Baaij
49028f6112 Merge branch 'master' of github.com:lifo/docrails 2010-08-30 21:20:21 +02:00
Joost Baaij
66998c9662 Merge branch 'master' of github.com:lifo/docrails 2010-08-30 21:17:08 +02:00
Joost Baaij
7803bb015d Remove beta and RC paths in documentation 2010-08-30 21:16:53 +02:00
Xavier Noria
e4c66d8fbf Revert "Revert "refer to guides since 3.0 is released now""
Wanted to revert a different commit with same message

This reverts commit 15d07981f6617a3f97f9e36f257131b56a97a441.
2010-08-30 21:14:29 +02:00
Xavier Noria
15d07981f6 Revert "refer to guides since 3.0 is released now"
Reason: This is an exception. Thing is when you contribute to Rails you need to know how to proceed *now*, the instructions may be different than the ones published with some past release.

This reverts commit 3d13dc88e20f86ac294baeafdd8343c5ddd3b623.
2010-08-30 21:08:54 +02:00
Joost Baaij
3d13dc88e2 refer to guides since 3.0 is released now 2010-08-30 21:03:07 +02:00
Damien Mathieu
414b68df1f fix the cache_fu links 2010-08-30 15:08:55 +02:00
Xavier Noria
475ea14fd0 implements String#strip_heredoc 2010-08-29 23:52:38 +02:00
Santiago Pastorino
a70675cd94 -v=1.0.0 not needed 2010-08-29 16:53:20 -03:00
Santiago Pastorino
96c88db9f8 No more beta or rc on guides 2010-08-29 15:30:01 -03:00
Xavier Noria
dda515fc26 Merge remote branch 'docrails/master' 2010-08-28 00:01:55 +02:00
Xavier Noria
3b62667e77 solves everything in guides raised by WARNINGS=1 (except for one which is abandoned atm) 2010-08-27 23:27:29 +02:00
Jamison Dance
6398eba240 Merge branch 'master' of github.com:lifo/docrails 2010-08-26 21:20:22 -06:00
Jamison Dance
4d8158d9e5 fix sentence fragment in validates_associated caution 2010-08-26 17:48:42 -06:00
Xavier Noria
27edd3f8bc updates de title of the generators guide in the home and index 2010-08-27 00:17:04 +02:00
Xavier Noria
90a95be252 getting started guide: adds a reference to Michael Hartl's free online book in the what's next section 2010-08-26 23:49:06 +02:00
James Miller
0631bf4baf Simplify render :partial 2010-08-26 12:27:44 -07:00
James Miller
2bcac56ab4 Prefer modern idiom for rendering partials on a collection 2010-08-26 12:10:21 -07:00
James Miller
a88fb2fd1b Getting started guide: typo 2010-08-26 10:00:11 -07:00
James Miller
8e3d23dea2 Link to gembundler.com instead of Github repo 2010-08-26 09:55:18 -07:00
Xavier Noria
d728f08580 getting started guide: revises text wrt bundler 2010-08-26 15:58:19 +02:00
Xavier Noria
5e0b70e6b5 revises a few link texts 2010-08-26 15:54:53 +02:00
Jaime Iniesta
e72406e2ba change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines 2010-08-26 14:23:58 +02:00
Jaime Iniesta
5430f5bd06 lifecycle should be two words, life cycle 2010-08-26 14:23:58 +02:00
Xavier Noria
5dd92726a9 Merge remote branch 'docrails/master' 2010-08-26 01:59:31 +02:00
Xavier Noria
366e0fbd8d Revert "to_json => as_json"
This reverts commit 7a6d8e4ad47d571541762a6c80cc3e1f6831bd40.

Reason: The method that gives you a Ruby string with JSON source code is #to_json
2010-08-26 01:56:56 +02:00
Xavier Noria
fa8e17b5c2 Merge remote branch 'docrails/master' 2010-08-26 01:39:16 +02:00
Aleksander Pohl
ee7507b38e - Fix non-ascii characters in headers
Signed-off-by: Xavier Noria <fxn@hashref.com>
2010-08-26 01:05:52 +02:00
James Miller
7a6d8e4ad4 to_json => as_json 2010-08-25 14:55:24 -07:00
James Miller
6e3c339ebe mysql2 is now the default, typos 2010-08-25 14:42:11 -07:00
James Miller
9be59e49bf Fix typo, favour => favor 2010-08-25 14:36:10 -07:00
Xavier Noria
d2f55e7eee AS guide: Array.wrap vs splat is only valid for 1.8 2010-08-25 20:30:06 +02:00
Xavier Noria
036f090df1 Merge remote branch 'docrails/master' 2010-08-25 00:17:02 +02:00
Andrew White
1a6c81c4f9 Revert "Use symbols when specifying custom resource actions"
This reverts commit 02aabbd19e59720d2d5819978d2f712c2279bf34.
2010-08-24 17:12:02 +01:00
Andrew White
02aabbd19e Use symbols when specifying custom resource actions 2010-08-24 07:06:53 +01:00
Trevor Turk
cbacc9700e Note about how to exit the console in the Getting Started guide 2010-08-24 00:13:33 -05:00
David Heinemeier Hansson
21b1f29720 Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00
Santiago Pastorino
363fe5faf9 Point guides to bundler 1.0.0.rc.6 2010-08-23 23:26:25 -03:00
Xavier Noria
d0858cdf0e generators guide: edit pass 2010-08-23 09:40:37 +02:00
Santiago Pastorino
04ee54f3fc Bump up rack-mount to 0.6.12 2010-08-22 20:28:37 -03:00
Xavier Noria
0c75ec51a9 Merge remote branch 'rails/master' 2010-08-20 17:18:57 +02:00
Santiago Pastorino
b91dcb63d0 Bump up tzinfo to 0.3.23 2010-08-20 02:39:09 -03:00
Santiago Pastorino
43f44c1a03 Bump up rack-mount to 0.6.10 2010-08-19 14:49:16 -03:00
Neeraj Singh
7d0b69d916 correcting the documentation which wrongly states that rails/init.rb file of a gem is loaded 2010-08-18 00:08:00 -04:00
Xavier Noria
a0ca3d1067 Merge remote branch 'docrails/master' 2010-08-18 00:25:32 +02:00
Xavier Noria
23f6e51b69 commit review: now that there are two supported, just mention them 2010-08-18 00:16:39 +02:00
Sunny Ripert
c924068714 Testing Guide: rake test:uncommitted now supports git 2010-08-17 21:49:40 +02:00
Xavier Noria
137e4e759a Merge remote branch 'docrails/master' 2010-08-17 13:28:33 +02:00
Xavier Noria
285690143e debugging guide: revises the section on debugging RJS 2010-08-17 13:19:00 +02:00
Luke Brown
95ecc08a30 Added an example and explaination for using an optional path scope for the locale 2010-08-17 09:48:12 +01:00
Josiah Ivey
9a665aa6d2 Debugging Guide: Highlight using config over ActionView::Base 2010-08-16 21:32:08 -05:00
Xavier Noria
d14e2987b5 the (public) routing DSL does not accept symbols for get|post|put|delete|match 2010-08-17 02:37:28 +02:00