Filipe Moreira
6c93fbc516
Advise to keep secret token private
2012-03-12 21:19:58 +01:00
Xavier Noria
b700153507
Revert "let the connection pool of new applications have size 1 rather than 5"
...
Reason: Temporarily reverting this because it has uncovered an issue that
prevents Sam's test suite from passing.
This reverts commit 9b2c38b7bd
.
2012-03-07 22:46:59 +01:00
Xavier Noria
9b2c38b7bd
let the connection pool of new applications have size 1 rather than 5
...
The majority of Rails applications are multiprocess, people
may wonder why rails new generates a default pool of 5, does
my application need a connection pool of 5? By generating
a default of 1 database.yml is much more clear, and with
the comment people know what is the connection pool for,
and they know it has to be bigger for multithread apps.
2012-02-26 12:46:37 -08:00
Xavier Noria
787cac159c
uniformizes the punctuation of comments in some files generated for new apps
...
Some end with a full stop, some don't. Let's have attention to detail
and make them uniform. I have chosen to add full stops according to
our documentation guidelines related to RDoc.
2012-01-22 00:53:22 +01:00
Vijay Dev
01d041af9d
update the getting_started guide code [ci skip]
2012-01-19 23:14:42 +05:30
Santiago Pastorino
dad7fdc573
Rails::Plugin has gone
2012-01-03 10:39:08 -02:00
Vishnu Atrai
423dd88d62
rename ruby-debug to ruby-debug19
2012-01-01 22:40:23 +05:30
Vishnu Atrai
98fb94fa44
remove deprecated whiny nil related code
2011-12-25 00:09:48 +05:30
Xavier Noria
3e5592848a
revises some stuff that was out of sync with the recent generated README.rdoc
2011-12-10 02:10:18 +01:00
Xavier Noria
0306f82e0c
implements automatic EXPLAIN logging for slow queries
2011-12-02 04:35:43 -08:00
Yehuda Katz
9b7be78820
Merge pull request #3724 from marcandre/media_default
...
stylesheet_tag default's media is "screen"
2011-11-22 12:38:05 -08:00
Marc-Andre Lafortune
05e02deb68
Make explicit the default media when calling stylesheet_tag and change the default generators.
2011-11-22 15:16:23 -05:00
Alex Tambellini
0af93089de
Move schema_format :sql config setting from test.rb to application.rb
...
I've moved the schema_format :sql config setting to application.rb because you would
never enable this only for the test environment. If you use database constraints
or database specific data types you would want all of your environments to use them.
2011-11-17 09:44:17 -05:00
José Valim
f686d9429f
Use head :no_content on the guides as well.
2011-11-09 19:06:02 -02:00
Vijay Dev
227c31f7b6
edge doesnt provide turn gem in the gemfile anymore
2011-10-23 01:34:02 +05:30
David Heinemeier Hansson
1359152345
Encourage use of tagged logging even when using a different logger
2011-10-19 16:17:06 -05:00
David Heinemeier Hansson
afde6fdd5e
Added X-Request-Id tracking and TaggedLogging to easily log that and other production concerns
2011-10-19 12:59:33 -05:00
Vijay Dev
d3baa92831
delete stray backup files from guides sample app
2011-09-13 18:46:34 +05:30
James Gifford
d7154d4832
Added getting_started code, updated guide with link to rails github repo and path to code
2011-09-12 10:30:45 -04:00