Commit Graph

14852 Commits

Author SHA1 Message Date
Mikel Lindsaar
de0753d2ae Editing the railties/../railtie.rb and engine.rb docs 2010-02-08 15:08:10 +11:00
Mikel Lindsaar
b9e5263625 First pass at full re-write of getting started guide
* Changed to Rails 3.0.0-beta rails command from script/*
 * Changed contrived before_filter to be an authentication feature
 * Refactored code into partials, showed three different types of partial usage
 * Showed how helpers work and fit in
2010-02-08 14:15:34 +11:00
Xavier Noria
d91ac89ab8 AS guide: specifies that renaming a file is atomic on POSIX systems 2010-02-07 22:01:54 +01:00
Xavier Noria
81e779a019 AS guide: documents Module#synchronize 2010-02-07 11:22:44 +01:00
Nick Quaranto
b3e43a6462 Adding link to the rails module article 2010-02-07 01:01:27 -05:00
Xavier Noria
f465a7abc7 AS guide: documents Module#local_constants and Module#local_constant_names 2010-02-07 00:20:46 +01:00
Xavier Noria
81535d0fd2 removes p calls in rdoc examples 2010-02-06 23:55:33 +01:00
Xavier Noria
f3e41e0948 AS guide: documents methods related to a module's parent(s) 2010-02-06 23:54:25 +01:00
Xavier Noria
e4945b1593 release notes: Kernel#daemonize is gone after 299ab1f 2010-02-06 22:30:52 +01:00
Xavier Noria
55bb27adc4 AS guides: documents Module#delegate 2010-02-06 22:24:38 +01:00
Xavier Noria
bb81837201 reformats an example in the rdoc of delegate 2010-02-06 21:12:53 +01:00
Xavier Noria
b712d80085 AS guide: documents module attributes 2010-02-06 18:17:08 +01:00
Xavier Noria
466948e64b AS guide: documents internal attributes 2010-02-06 17:57:50 +01:00
Xavier Noria
18f6d5332f AS guide: documents Module#attr_accessor_with_default 2010-02-06 17:20:24 +01:00
Xavier Noria
8e72fd916e revises an example in the rdoc of TextHelper#concat 2010-02-06 16:17:03 +01:00
Xavier Noria
dcfc3b3733 AS guide: documents where output safety is defined 2010-02-06 16:15:10 +01:00
Xavier Noria
7cb459eb60 AS guide: documents Kernel#require_library_or_gem 2010-02-06 16:11:21 +01:00
Henrik N
e3a95cb0e9 Change "script/server" to "rails server" in README.
Also console, dbconsole, generate.
2010-02-06 11:02:53 +01:00
Mike Naberezny
f1b9b31898 Changed "before you it arrived" to "before it arrived" 2010-02-05 20:28:23 -08:00
Bryan Helmkamp
badcd0ba7b Link to primary Arel repository 2010-02-05 21:47:56 -05:00
Matt Duncan
42551d34f9 Fixing usages of "it's" when referring to the possessive form of "it" 2010-02-05 19:02:53 -05:00
Matt Duncan
7e26809d09 Fix spelling in release notes 2010-02-05 18:46:37 -05:00
Mikel Lindsaar
2fb4bc31e2 Merge branch 'master' of github.com:lifo/docrails 2010-02-06 10:06:31 +11:00
Mikel Lindsaar
d1faa408e5 Left off the map variable, spotted by Johan Andersson 2010-02-06 10:05:44 +11:00
Xavier Noria
8668bfc787 the infamuous typo that escapes a thousand passes and it is only spotted in github colored diff 2010-02-05 21:06:31 +01:00
Xavier Noria
50901defde AS guide: first version of a section on output safety, trying to give some context, but trying to go not too far away from the topic of the guide which is AS-only 2010-02-05 21:01:14 +01:00
James Miller
4f43c3c3ed Correct command for installing/running bundler 2010-02-05 09:03:23 -08:00
Xavier Noria
6b540cef95 final touch 2010-02-05 10:43:12 +01:00
Xavier Noria
4a256922f4 release notes: quick copy-editing pass to the section about Action Mailer 2010-02-05 10:35:20 +01:00
Xavier Noria
8b38137b0d release notes: put removals to Regexp in the same list item, grouped as the rest 2010-02-05 10:24:40 +01:00
Xavier Noria
2388753ba7 release notes: adds a missing period 2010-02-05 10:23:16 +01:00
Anuj Dutta
b1af06ecac Added rack and i18n to the list of dependencies 2010-02-05 10:49:32 +05:30
Mikel Lindsaar
436532b3ce Added note on pre-release install 2010-02-05 14:44:12 +11:00
James Miller
89be425bc9 include should be includes 2010-02-04 11:11:59 -08:00
Xavier Noria
b838a5c92b typography detail in release notes 2010-02-04 16:30:18 +01:00
Pratik Naik
66f501e9a2 Add rails --dev to release notes 2010-02-04 13:36:57 +00:00
Pratik Naik
8260f0b40f Merge remote branch 'mainstream/master'
Conflicts:
	railties/guides/source/3_0_release_notes.textile
2010-02-04 13:14:44 +00:00
Santiago Pastorino and José Ignacio Costa
6d6e6105c0 require 'action_controller' added on a test that uses it
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-04 14:07:24 +01:00
José Valim
d0f98420ea Automatically require rubygems when --dev flag is given. 2010-02-04 14:05:13 +01:00
slainer68
6241d4e553 Updates bundler information : Yahuda's blog post is now too old... 2010-02-04 13:57:32 +01:00
José Valim
79376e3c9d Update Gemfile to use latest bundler config. 2010-02-04 13:53:37 +01:00
José Valim
ab14e3f862 Merge branch 'master' of gitproxy:rails/rails 2010-02-04 13:05:27 +01:00
José Valim
31248fe369 Remove instrument! and require thread from AS::Notifications. 2010-02-04 10:39:55 +01:00
Jeremy Kemper
c9ec28b2b6 Use a normal gem source url instead of a magic symbol 2010-02-04 00:21:47 -08:00
Jeremy Kemper
b63643004c Bump bundler dep to 0.9.1.pre1 2010-02-04 00:19:07 -08:00
Jeremy Kemper
db15e49ddf Autorequire bundled libraries by default 2010-02-03 23:56:51 -08:00
David Heinemeier Hansson
031139bb71 Homogenize gemspecs and remove the deprecated autorequire 2010-02-03 17:59:49 -08:00
Chad Woolley
e71825d40d remove arel directory, breaks 'git submodule init', which breaks ci builds
Signed-off-by: Yehuda Katz <yehudakatz@Billing-MacBook-Pro.local>
2010-02-03 17:57:49 -08:00
David Heinemeier Hansson
dd13874ff6 Merge 2010-02-03 17:31:35 -08:00
David Heinemeier Hansson
79817aa9e7 Move to 3.0.0.beta 2010-02-03 17:29:51 -08:00