From 933f745dcb107cea19e2552e3c6241a886c9984e Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 11 Oct 2010 20:31:14 -0200 Subject: Railties changelog updated with -j parameter --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index b38a9ce750..358a7694b9 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.1.0 (unreleased)* +* Added -j parameter with jquery/prototype as options. Now you can create your apps with jquery using `rails new myapp -j jquery`. The default is still prototype. [siong1987] + * Added Rack::Etag and Rack::ConditionalGet to the default middleware stack [José Valim] * Added Rack::Cache to the default middleware stack [Yehuda Katz and Carl Lerche] -- cgit v1.2.3