laurocaetano
d48222d22e
remove warnings on ruby trunk
2013-11-01 18:15:53 -02:00
Akira Matsuda
b22cbf8267
Fix punctuation in config templates
2013-06-28 00:43:02 +09:00
Xavier Noria
cd3177d315
"rails" -> "Rails" [ci skip]
2013-05-09 08:36:37 +02:00
Santiago Pastorino
f9d23b3848
Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade
...
Cookie-base session store auto-upgrade
2013-04-01 08:10:34 -07:00
robertomiranda
bbaa8ab5db
Update Bundler require in getting started application
2013-03-28 17:00:05 -05:00
Trevor Turk
274a3aa64c
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Automatically configure cookie-based sessions to use the best cookie jar given the app's config
2013-03-28 14:38:36 -05:00
Kohei Hasegawa
33d92bf69e
Change default root route helper
2013-02-26 03:25:59 +09:00
Yves Senn
d3688e02ca
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
...
We discussed that the auto explain feature is rarely used.
This PR removes only the automatic explain. You can still display
the explain output for any given relation using `ActiveRecord::Relation#explain`.
As a side-effect this should also fix the connection problem during
asset compilation (#9385 ). The auto explain initializer in the `ActiveRecord::Railtie`
forced a connection.
2013-02-24 20:01:04 +01:00
Steve Klabnik
2214237c39
Re-do Getting Started application with Rails 4.
...
The sample application with the Getting Started Guide was very out of
date. I've re-done it on edge (as of 51b9def5bf
) so it should
be good to go with Rails 4. It's also in synch with what the guide
actually says.
2013-01-22 00:12:29 -05:00
Rafael Mendonça França
ccecab3ba9
Remove observers and sweepers
...
They was extracted from a plugin.
See https://github.com/rails/rails-observers
[Rafael Mendonça França + Steve Klabnik]
2012-11-28 22:46:49 -02:00
Santiago Pastorino
4faa041845
Rename secret_token_key to secret_key_base
2012-11-03 14:57:54 -02:00
Santiago Pastorino
60609bb50d
Sign cookies using key deriver
2012-11-03 14:57:53 -02:00
AvnerCohen
a6ddc395b3
1.9 hash syntax changes
2012-10-13 17:19:03 +02:00
Prem Sichanugrist
0ffe19056c
Extract ActiveRecord::SessionStore from Rails
...
This functionality will be available from gem
`active_record-session_store` instead.
2012-08-24 15:24:19 -04:00
Santiago Pastorino
6e55d30ca8
Remove remaining require 'rubygems'
2012-05-13 13:33:20 -03:00
Oscar Del Ben
06a1519a4d
Rewrite adding a second model section of Getting Started Guide
2012-04-30 09:08:32 +02:00
Oscar Del Ben
943410197c
Add REST section to getting started guide
2012-04-28 11:44:50 +02:00
Oscar Del Ben
f4447607f2
Add delete post section to Getting Started guide
2012-04-27 14:21:02 +02:00
Oscar Del Ben
ee4e7125a6
Add partials section to getting started guide
2012-04-25 15:43:10 +02:00
Oscar Del Ben
f0de7172a6
Add update post section to getting started guide
2012-04-24 14:21:07 +02:00
Oscar Del Ben
e7e72aa253
Add index and links section to Getting started guide
2012-04-20 12:53:18 +02:00
Oscar Del Ben
2e2afc0ac6
Add show action in getting started guide
2012-04-20 12:06:47 +02:00
Oscar Del Ben
f6d5036dd6
Adapt "Getting started guide" code sample
2012-04-20 10:43:50 +02:00
Anuj Dutta
e7980006d8
Changed the config.assets.manifest path in the comments to nil.
2012-03-28 05:38:11 +00:00
Xavier Noria
6d87cd028b
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00