index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Small tweak to allow plugins to specify gem dependencies. [rick]
Rick Olson
2008-03-30
1
-0
/
+15
*
Added config.gem for specifying which gems are required by the application, a...
Rick Olson
2008-03-30
1
-0
/
+17
*
Removed the default .htaccess configuration as there are so many good deploym...
David Heinemeier Hansson
2008-03-29
1
-0
/
+2
*
config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers
Geoff Buesing
2008-03-28
1
-0
/
+2
*
Rails::Initializer#initialize_time_zone raises an error if value assigned to ...
Geoff Buesing
2008-03-28
1
-0
/
+2
*
Stop adding the antiquated test/mocks/* directories and only add them to the ...
David Heinemeier Hansson
2008-03-27
1
-0
/
+2
*
Added that gems can now be plugins if they include rails/init.rb (closes #114...
David Heinemeier Hansson
2008-03-27
1
-0
/
+2
*
Added Plugin#about method to programmatically access the about.yml in a plugi...
David Heinemeier Hansson
2008-03-27
1
-0
/
+6
*
New applications should use UTC as the default time zone
David Heinemeier Hansson
2008-03-26
1
-6
/
+6
*
Improve documentation.
Pratik Naik
2008-03-26
1
-0
/
+2
*
Added config.time_zone = 'UTC' as a commented-out option in the default envir...
Geoff Buesing
2008-03-22
1
-0
/
+2
*
Adding rake tasks time:zones:all, time:zones:us and time:zones:local for find...
Geoff Buesing
2008-03-22
1
-0
/
+2
*
Added support for installing plugins hosted at git repositories (closes #1129...
David Heinemeier Hansson
2008-03-17
1
-0
/
+2
*
Fixed that script/generate would not look for plugin generators in plugin_pat...
David Heinemeier Hansson
2008-03-13
1
-0
/
+2
*
Fix database rake tasks to work with charset/collation and show proper error ...
Pratik Naik
2008-03-10
1
-0
/
+2
*
Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo...
Michael Koziarski
2008-02-21
1
-0
/
+2
*
Add Time Zone support to ActiveRecord, and config.time_zone property for spec...
Rick Olson
2008-02-06
1
-0
/
+2
*
Reshuffle load order so that routes and observers are initialized after plugi...
Rick Olson
2008-02-02
1
-0
/
+2
*
Git support for script/generate. Closes #10690.
Jeremy Kemper
2008-02-02
1
-0
/
+2
*
Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...
Rick Olson
2008-01-12
1
-0
/
+2
*
Resurrect WordNet synonym lookups. Closes #10710.
Jeremy Kemper
2008-01-10
1
-0
/
+2
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-0
/
+2
*
Added that rails:update is run when you do rails:freeze:edge to ensure you al...
David Heinemeier Hansson
2008-01-03
1
-0
/
+2
*
SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...
Jeremy Kemper
2008-01-02
1
-0
/
+2
*
Introduce native mongrel handler and push mutex into dispatcher.
Jeremy Kemper
2007-12-27
1
-0
/
+2
*
Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546.
Jeremy Kemper
2007-12-19
1
-1
/
+1
*
Ruby 1.9 compatibility. References #1689.
Jeremy Kemper
2007-12-17
1
-0
/
+5
*
Proper attribution in CHANGELOG
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Changed the default database from mysql to sqlite3, so now running "rails mya...
David Heinemeier Hansson
2007-12-16
1
-0
/
+2
*
Turned on ActionView::Base.cache_template_loading by default in config/enviro...
David Heinemeier Hansson
2007-12-16
1
-1
/
+3
*
More changelog updates
Jeremy Kemper
2007-12-15
1
-1
/
+1
*
Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...
Jeremy Kemper
2007-12-15
1
-0
/
+2
*
Fixed that local database creation should consider 127.0.0.1 local (closes #9...
David Heinemeier Hansson
2007-12-14
1
-0
/
+2
*
Fixed that functional tests generated for scaffolds should use fixture calls ...
David Heinemeier Hansson
2007-12-14
1
-0
/
+2
*
Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...
David Heinemeier Hansson
2007-12-14
1
-1
/
+1
*
Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]
David Heinemeier Hansson
2007-12-14
1
-0
/
+2
*
Credit #10443 + more changelog updates
Jeremy Kemper
2007-12-10
1
-1
/
+3
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
lifo -> Pratik
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
More contributor name updates
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Update Fred's name in changelogs
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Update rails:freeze:gems to work with RubyGems 0.9.5.
Jeremy Kemper
2007-12-09
1
-0
/
+5
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-0
/
+5
*
The test task stops with a warning if you have pending migrations. Closes #10...
Jeremy Kemper
2007-12-06
1
-0
/
+2
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-4
/
+1
*
Add warning to documentation about using transactional fixtures when the code...
Marcel Molina
2007-12-05
1
-0
/
+2
*
Update Prototype to 1.6.0.1
Sam Stephenson
2007-12-05
1
-0
/
+2
*
Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the autocompleter
Thomas Fuchs
2007-12-04
1
-0
/
+2
[prev]
[next]