Commit graph

14 commits

Author SHA1 Message Date
taca
147233e94a Update ruby-railties32 to 3.2.14.
## Rails 3.2.14 (Jul 22, 2013) ##

*   Fix bugs that crashed `rake test:benchmark`, `rails profiler` and
    `rails benchmarker`.
    Fixes #4938.
    Backport rails/rails-perftest#2.

    *Dmitry Vorotilin + Yves Senn*

*   Add support for runner hook.
    Backport #7695.

    *Ben Holley*

*   Fixes bug with scaffold generator with `--assets=false
    --resource-route=false`.  Fixes #9525.

    *Arun Agrawal*
2013-09-11 13:38:19 +00:00
taca
f5e7ea126a Update ruby-railties32 to 3.2.13.
No change but except version; but guides/source/ajax_on_rails.textile
has removed.

## Rails 3.2.13 (Feb 17, 2013) ##

*   No changes.
2013-03-19 16:17:50 +00:00
taca
cbacf0650c Update ruby-railties32 to 3.2.12.
Change of version only.
2013-02-12 14:33:08 +00:00
taca
8ddbf4212d Allow depending to more newer version of ruby-thor package.
Bump PKGREVISION.
2013-02-06 16:04:23 +00:00
taca
ecf86fd5e1 Update ruby-railties32 to 3.2.11.
Only version has updated.
2013-01-09 12:44:44 +00:00
taca
68788e8de0 Update ruby-railties32 to 3.2.10.
Only version has updated.
2013-01-05 14:22:25 +00:00
taca
80f0c35cc2 Update ruby-railties32 to 3.2.9.
## Rails 3.2.9 (unreleased)

*   Update supported ruby versions error message in ruby_version_check.rb *Lihan Li*
2012-12-16 14:15:52 +00:00
taca
6f483b7afb Update ruby-railties32 to 3.2.8.
## Rails 3.2.8 (Aug 9, 2012) ##

* ERB scaffold generator use the `:data => { :confirm => "Text" }` syntax
  instead of `:confirm`.

  *Rafael Mendonça França*
2012-08-12 12:43:08 +00:00
taca
8d1c3d1a15 Update ruby-railties32 to 3.2.7.
## Rails 3.2.7 (unreleased)

* Since Rails 3.2, use layout false to render no layout
* Use strict_args_position! if available from Thor
2012-07-31 12:56:46 +00:00
taca
26d173b35a Set RUBY_RAILS_STRICT_DEP to yes. 2012-06-14 15:12:15 +00:00
taca
4b1ee22554 Update ruby-railties32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:18:45 +00:00
taca
3f2c387b8f Update ruby-railties32 to 3.2.5.
## Rails 3.2.4 (May 31, 2012) ##

*   Add hook for resource route's generator. *Santiago Pastorino*
2012-06-02 01:42:13 +00:00
taca
f552b81ae7 Update devel/ruby-railties32 to 3.2.3.
No change but version.
2012-04-29 13:04:10 +00:00
taca
40a057370e Importing ruby-railties32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##

*   Documentation fixes.

*   Migration generation understands decimal{1.2} and decimal{1-2}, in
    addition to decimal{1,2}. *José Valim*


## Rails 3.2.0 (January 20, 2012) ##

*   Rails 2.3-style plugins in vendor/plugins are deprecated and will be removed in Rails 4.0. Move them out of vendor/plugins and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb.  *Santiago Pastorino*

*   Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Michael Pearson & Xavier Noria*

*   Allow scaffold/model/migration generators to accept a "index" and "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to generate (unique) indexes. Some types also accept custom options, for instance, you can specify the precision and scale for decimals as "price:decimal{7,2}". *Dmitrii Samoilov*

*   Added `config.exceptions_app` to set the exceptions application invoked by the ShowException middleware when an exception happens. Defaults to `ActionDispatch::PublicExceptions.new(Rails.public_path)`. *José Valim*

*   Speed up development by only reloading classes if dependencies files changed. This can be turned off by setting `config.reload_classes_only_on_change` to false. *José Valim*

*   New applications get a flag `config.active_record.auto_explain_threshold_in_seconds` in the environments configuration files. With a value of 0.5 in development.rb, and commented out in production.rb. No mention in test.rb. *fxn*

*   Add DebugExceptions middleware which contains features extracted from ShowExceptions middleware *José Valim*

*   Display mounted engine's routes in `rake routes` *Piotr Sarnacki*

*   Allow to change the loading order of railties with `config.railties_order=` *Piotr Sarnacki*

    Example:
        config.railties_order = [Blog::Engine, :main_app, :all]

*   Scaffold returns 204 No Content for API requests without content. This makes scaffold work with jQuery out of the box *José Valim*

*   Update Rails::Rack::Logger middleware to apply any tags set in config.log_tags to the newly ActiveSupport::TaggedLogging Rails.logger. This makes it easy to tag log lines with debug information like subdomain and request id -- both very helpful in debugging multi-user production applications *DHH*

*   Default options to `rails new` can be set in ~/.railsrc *Guillermo Iguaran*

*   Add destroy alias to Rails engines *Guillermo Iguaran*

*   Add destroy alias for Rails command line. This allows the following: `rails d model post` *Andrey Ognevsky*

*   Attributes on scaffold and model generators default to string. This allows the following: "rails g scaffold Post title body:text author" *José Valim*

*   Remove old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command *Guillermo Iguaran*

*   Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*
2012-03-18 06:51:50 +00:00