Commit Graph

4155 Commits

Author SHA1 Message Date
Xavier Noria
71990a4157 AS guide: documents String#titleize 2010-03-01 22:35:18 +01:00
Xavier Noria
aed8c1f0a4 AV guide: titleize is defined by Active Support 2010-03-01 22:17:12 +01:00
Xavier Noria
0f847b95eb AS guide: documents String#underscore 2010-03-01 06:36:51 +01:00
Xavier Noria
1064c533ce AS guide: documents String#singularize 2010-03-01 05:43:56 +01:00
Xavier Noria
51e84bfbd6 AS guide: adds a real example for #pluralize 2010-03-01 05:35:01 +01:00
Xavier Noria
947511e50e AS guide: shortens a sentence 2010-02-28 22:32:00 +01:00
Xavier Noria
68dd44cc62 AS guide: documents String#pluralize 2010-02-28 22:28:58 +01:00
Xavier Noria
f3a7f0e028 plugins guide: rails/init.rb is deprecated 2010-02-28 00:14:48 +01:00
Ryan Bigg
56c162e75d Fix validates_exclusion_of error message as per http://bit.ly/9kxANI [gmile] 2010-02-28 09:42:06 +11:00
Xavier Noria
4dcc4a0b60 AS guide: s/metaclass/singleton_class/ due to 0b87d11 2010-02-26 00:18:11 +01:00
Xavier Noria
47683b7d0e caching guide: fixes a typo, thanks to Jonathan Bryan 2010-02-24 01:34:04 +01:00
Xavier Noria
cadd5937fe plugins guide: rewords a paragraph and revises some typography 2010-02-24 00:56:51 +01:00
Xavier Noria
17596beb89 Revert "AM guide: standarizes call to rails runner"
This reverts commit d2844b854b57e2e3c8693c796e7296e45a866212.
2010-02-19 20:30:46 +01:00
Xavier Noria
4bd37dadc4 getting started guide: script/generate -> rails generate 2010-02-19 20:27:24 +01:00
Xavier Noria
d2844b854b AM guide: standarizes call to rails runner 2010-02-19 20:22:20 +01:00
Xavier Noria
217ffcb508 edge badge revised by Jose Espinal 2010-02-17 21:08:31 +01:00
Xavier Noria
f3eab8e663 adds support for an edge badge in guides 2010-02-17 20:22:37 +01:00
Pratik Naik
6f3c5f6787 Merge remote branch 'mainstream/master'
Conflicts:
	railties/README
	railties/guides/source/active_support_core_extensions.textile
	railties/guides/source/getting_started.textile
	railties/lib/generators/rails/app/templates/README
2010-02-14 19:28:05 +00:00
Xavier Noria
77bf78b3b7 AS guide: documents Module#anonymous? 2010-02-12 20:52:00 +01:00
Xavier Noria
50b2a5d8ca AS guide: documents Module#reachable? 2010-02-12 19:06:07 +01:00
Carl Lerche
eea28b07cf Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and Gem.path now. 2010-02-11 10:29:50 -08:00
Jeremy Kemper
8afcd33246 Resolve test/unit load ordering by removing backtrace filter from boot initializers 2010-02-11 09:01:52 -08:00
Xavier Noria
739b8a1638 AS guide: fixes a typo 2010-02-11 00:22:13 +01:00
Xavier Noria
72c83893a5 AS guide: documents Class#subclasses 2010-02-11 00:20:37 +01:00
Xavier Noria
6a395c68d2 AS guide: documents Object#subclasses_of 2010-02-11 00:03:55 +01:00
Xavier Noria
783ce11708 release notes: the following methods have resurrected: Class#reachable?, Object#subclasses_of, Class#subclasses, Class.subclasses_of 2010-02-10 10:03:41 +01:00
José Valim
97650bf54a Fix a couple failing tests. 2010-02-10 08:33:41 +01:00
Michael Bleigh
9c654744fb Fixes unescaped version passthrough of generator 'gem' command. [#3901 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:28:03 +01:00
Simo Niemelä
cafe882d12 Fix server environment [#3877 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:14:02 +01:00
Prem Sichanugrist
f337ebc308 Add default values to output of 'rails server -h', hardcoded as Rack::Server did since options doesn't have any data at the time of parsing arguments [#3910 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:08:27 +01:00
Prem Sichanugrist
af22c5b16a Add missing -h/--help flag to several rails command [#3909 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 08:08:16 +01:00
Mikel Lindsaar
7d76474e5d Debrittlize tests somewhat - fix for CI build
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-10 07:26:01 +01:00
David Heinemeier Hansson
834a45d8a2 Suggest Mongrel and Capistrano in the default bundle 2010-02-09 17:12:37 -08:00
Jeremy Kemper
39ebd6eb2b rails runner loads environment after parsing command-line options 2010-02-09 08:40:21 -08:00
José Valim
7f7dfd2bab Take into account gem versions (so script/rails server can work outside the application) and use Rails::Application.root instead of ROOT_PATH. 2010-02-08 16:05:22 +01:00
Daniel Schierbeck
50b3040115 Remove commas 2010-02-08 13:46:27 +01:00
Ryan Bigg
6e8356147d Use mkdir_p so that the output directory is always created. 2010-02-08 21:18:48 +10:00
Xavier Noria
2928040e23 simplify a couple of regexps 2010-02-08 09:42:50 +01:00
Mikel Lindsaar
17b451898c Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-08 09:42:40 +01:00
Mikel Lindsaar
5fe3dc4bf5 Adding ruby version spec to all gemspec files to at least 1.8.7
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-08 09:42:12 +01:00
Xavier Noria
6a6644742f getting started guide: move link to Instant Rails to the first occurrence 2010-02-08 09:40:37 +01:00
Xavier Noria
8b4db93ca3 guides textile extensions: now recognizes also TIP. 2010-02-08 09:39:01 +01:00
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
José Valim
518b4ff478 Check if Test::Unit is defined before adding backtrace filter. 2010-02-07 14:51:23 +01:00
RomD
d6ae930c9c fix ambiguous example for new invocation method
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-07 13:46:27 +01:00
José Valim
345e0b274c Add backtrace cleaner on test unit railtie. 2010-02-07 13:45:47 +01:00
Xavier Noria
81e779a019 AS guide: documents Module#synchronize 2010-02-07 11:22:44 +01:00
Dan Kubb
ca1879b730 Added newline to appended gem config in Gemfile
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
2010-02-06 23:38:58 -08:00