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
...
*
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
*
Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...
David Heinemeier Hansson
2007-12-01
1
-0
/
+2
*
Generated fixtures should not specify ids since theyre expected to be foxy fi...
David Heinemeier Hansson
2007-12-01
1
-0
/
+5
*
Update to Prototype -r8232
Sam Stephenson
2007-11-29
1
-0
/
+2
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...
Jeremy Kemper
2007-11-28
1
-0
/
+2
*
RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.
Jeremy Kemper
2007-11-17
1
-0
/
+2
*
Load config/preinitializer.rb, if present, before loading the environment. Cl...
Jeremy Kemper
2007-11-17
1
-0
/
+2
*
FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De...
Jeremy Kemper
2007-11-13
1
-0
/
+2
*
Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d...
Rick Olson
2007-11-11
1
-0
/
+2
*
Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]
David Heinemeier Hansson
2007-11-09
1
-0
/
+2
*
Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]
Rick Olson
2007-11-08
1
-0
/
+2
*
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...
Rick Olson
2007-11-08
1
-0
/
+2
*
Fixed that ActionController::CgiRequest#host_with_port() should handle standa...
David Heinemeier Hansson
2007-11-06
1
-1
/
+3
*
Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.
Sam Stephenson
2007-11-06
1
-0
/
+2
*
Added db:rollback to rollback the schema one version (or multiple as specifie...
David Heinemeier Hansson
2007-10-26
1
-0
/
+2
*
Fix typo in test_helper. Closes #9925 [viktor tron]
Marcel Molina
2007-10-26
1
-0
/
+2
*
Request profiler
Jeremy Kemper
2007-10-25
1
-0
/
+2
*
Refactor and test boot.rb. Include tests from and closes #9834.
Jeremy Kemper
2007-10-23
1
-0
/
+3
*
Fixed incorrect migration number if script/generate executed outside of Rails...
David Heinemeier Hansson
2007-10-18
1
-0
/
+2
*
Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.
Sam Stephenson
2007-10-16
1
-0
/
+2
*
Generated fixtures use the actual primary key instead of id. Closes #4343.
Jeremy Kemper
2007-10-15
1
-0
/
+2
*
Extend the console +helper+ method to allow you to include custom helpers. Cl...
Michael Koziarski
2007-10-07
1
-0
/
+4
*
db:create works with remote databases whereas db:create:all only createsdatab...
Jeremy Kemper
2007-10-02
1
-0
/
+3
*
Add --prefix option to script/server when using mongrel. [dacat] Closes #9716
Michael Koziarski
2007-10-01
1
-0
/
+1
*
Removed calls to fixtures in generated tests as fixtures :all is now present ...
David Heinemeier Hansson
2007-10-01
1
-0
/
+5
*
Fixed that installing plugins from SVN repositories that use trunk/ will work...
David Heinemeier Hansson
2007-09-30
1
-0
/
+2
*
Updated CHANGELOGs. They need to be filtered for duplicates
David Heinemeier Hansson
2007-09-29
1
-1
/
+310
*
Moved the SourceAnnotationExtractor to a separate file in case libraries try ...
Rick Olson
2007-09-28
1
-0
/
+2
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
1
-0
/
+2
*
Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...
David Heinemeier Hansson
2007-09-25
1
-0
/
+2
[prev]
[next]