Commit graph

13 commits

Author SHA1 Message Date
minskim
6fd310f9b8 Update rails to 2.1.1.
Changes:

* Fix script/about in production mode.  #370 [Cheah Chu Yeow, Xavier
  Noria, David Krmpotic]

* Add the gem load paths before the framework is loaded, so certain
  gems like RedCloth and BlueCloth can be frozen.

* Fix discrepancies with loading rails/init.rb from gems.

* Plugins check for the gem init path (rails/init.rb) before the
  standard plugin init path (init.rb) [Jacek Becela]

* Wrapped Rails.env in StringInquirer so you can do
  Rails.env.development? [DHH]

* Fixed that RailsInfoController wasn't considering all requests local
  in development mode (Edgard Castro) [#310 state:resolved]
2008-09-15 05:58:42 +00:00
minskim
6c0eb02bd6 Update rails to 2.1.0.
New major features:
- Time zones
- Dirty tracking
- Gem Dependencies
- Named scope
- UTC-based migrations
- Better caching
2008-06-20 04:35:36 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
minskim
351f3c09f1 Update rails to 2.0.2. Now the default database is sqlite3, not mysql.
There are many other changes.  Please see CHANGELOG for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/railties/CHANGELOG
2008-02-09 06:31:59 +00:00
ghen
d8def81b0e Full DESTDIR support. 2008-01-04 15:42:34 +00:00
taca
9a5ce3acf4 Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/. 2007-12-13 14:46:58 +00:00
minskim
addec114c0 Update rails to 1.2.6. Based on the patch provided by Geert Hendrickx.
Changes:
* Fix :cookie_only to correctly avoid session fixation attacks (CVE-2007-6077)
* Fix regression where the association would not construct new finder
  SQL on sav e causing bogus queries for "WHERE owner_id = NULL" even
  after owner was saved.
2007-12-10 05:24:01 +00:00
minskim
0b87665629 Update rails to 1.2.5.
Changes:

* Correct RAILS_GEM_VERSION regexp. Use =version gem requirement instead of
  ~>version so you don't get surprised by a beta gem in production. This
  change means upgrading to 1.2.5 will require a boot.rb upgrade.
* Move custom inflections example so available before route generation.
* Add a new rake task to aid debugging of named routes.
* use Gem.find_name instead of search when freezing gems. Prevent false
  positives for other gems with rails in the name. Closes #8729 [wselman]
* Fix syntax error in dispatcher than wrecked failsafe responses.
* Add Active Resource to rails:freeze:edge and drop Action Web Service.
* Give generate scaffold a more descriptive database message.  Closes #7316
* Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't
  have to worry about symlinks, and Pathname#realpath elsewhere, which
  respects symlinks in relative paths but is incompatible with Windows. #6755
  [Jeremy Kemper, trevor]
2007-10-16 04:03:42 +00:00
minskim
ea04e56127 Update rails to 1.2.3.
Changes:
* Ruby 1.8.6 compatibility
* Stop swallowing errors during rake test
2007-04-30 21:26:03 +00:00
minskim
b38b0580dc Update rails to 1.2.2.
Changes:
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+
  [Chad Fowler]
* Require the dispatcher for Rails::Configuration#to_prepare.  [Rick]
2007-02-18 23:49:14 +00:00
minskim
7bbc626363 Update rails to 1.2.1.
Major new features:
- RESTful flavor with new encouragement for resource-oriented
  architectures.
- multibyte-safe UTF-8 wrangling.
2007-01-28 05:45:09 +00:00
minskim
f18ca60942 Fix check-interpreter warnings and errors. 2006-10-12 08:45:34 +00:00
minskim
0e4b9cffec Import rails-1.1.6.
Rails is a full-stack framework for developing database-backed web
applications according to the Model-View-Control pattern.  From the
Ajax in the view, to the request and response in the controller, to
the domain model wrapping the database, Rails gives you a pure-Ruby
development environment.  To go live, all you need to add is a
database and a web server.
2006-10-12 08:36:21 +00:00