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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix script/server to use the environment given by the -e toggle
Jamis Buck
2005-10-13
1
-0
/
+2
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
2
-30
/
+46
*
Make webrick work with session(:off)
Jamis Buck
2005-10-13
1
-1
/
+1
*
Make sure ENV['RAILS_ENV'] and RAILS_ENV are kept in sync
Jamis Buck
2005-10-12
1
-5
/
+2
*
Honor the runner -e toggle even if the RAILS_ENV constant has already been set
Jamis Buck
2005-10-12
1
-2
/
+6
*
Use the correct scope for Rake tasks
David Heinemeier Hansson
2005-10-12
1
-1
/
+1
*
Migrating should also dump the latest schema
David Heinemeier Hansson
2005-10-12
1
-0
/
+1
*
mv lib/version.rb to lib/rails_version.rb
Jamis Buck
2005-10-10
1
-0
/
+0
*
Add versioning convention from SwitchTower to all Rails components. Add --ver...
Marcel Molina
2005-10-09
1
-0
/
+9
*
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...
Thomas Fuchs
2005-10-09
1
-4
/
+7
*
Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...
Marcel Molina
2005-10-08
1
-2
/
+1
*
Compare md5 checksums of files rather than files themselves, as it's far fast...
Marcel Molina
2005-10-08
1
-1
/
+2
*
Skip directories when checking for identical source and destination files.
Marcel Molina
2005-10-08
1
-0
/
+1
*
Evaluate dynamic templates before checking if the new file is identical to th...
Marcel Molina
2005-10-08
1
-5
/
+13
*
Make the generator skip a file if it already exists and is identical to the n...
Marcel Molina
2005-10-08
1
-3
/
+10
*
Look here, braces: gimme some elbow room. #2418
Jeremy Kemper
2005-10-08
1
-1
/
+1
*
Dont include script/process dir
David Heinemeier Hansson
2005-10-06
1
-1
/
+0
*
Dont include run
David Heinemeier Hansson
2005-10-06
1
-1
/
+1
*
Backed out of script/run portal idea. Muscle memory too deep
David Heinemeier Hansson
2005-10-06
4
-6
/
+18
*
Keep Units and Functionals around for those who don't upgrade their app right...
Jeremy Kemper
2005-10-05
1
-1
/
+1
*
Load plugins last
Jamis Buck
2005-10-05
1
-1
/
+2
*
prepend to load path before loading the plugin
Jamis Buck
2005-10-05
1
-4
/
+4
*
Add experimental plugin support #2335
Jamis Buck
2005-10-05
1
-1
/
+26
*
Update the spinner to the latest commands
David Heinemeier Hansson
2005-09-30
1
-2
/
+2
*
Dont redefine RAILS_ENV once set
David Heinemeier Hansson
2005-09-30
1
-3
/
+1
*
Made the order of framework settings significant so config.action_controller....
David Heinemeier Hansson
2005-09-30
1
-16
/
+35
*
Dont bitch over resetting const
David Heinemeier Hansson
2005-09-29
1
-0
/
+2
*
Clean up the act of commands
David Heinemeier Hansson
2005-09-29
8
-15
/
+12
*
Removed all the scripts in script/* and replaced it with one generic portal: ...
David Heinemeier Hansson
2005-09-29
15
-8
/
+352
*
Going to pull all commands into Rails
David Heinemeier Hansson
2005-09-29
3
-0
/
+232
*
Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!
David Heinemeier Hansson
2005-09-28
1
-3
/
+3
*
Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!
David Heinemeier Hansson
2005-09-28
1
-3
/
+12
*
Dont log it twice
David Heinemeier Hansson
2005-09-28
1
-4
/
+1
*
Added in-process restarting on USR2 -- still missing a good way to free up th...
David Heinemeier Hansson
2005-09-28
1
-10
/
+32
*
Make table_name and controller_name in generators honor AR::Base.pluralize_ta...
Marcel Molina
2005-09-28
2
-3
/
+3
*
#2261 was supposed to have been closed as wontfix, not sure why it wasn't,
Scott Barron
2005-09-27
1
-1
/
+1
*
Ticket 2261 - Include lib/tasks/*.rake in rake stats
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Ticket 2297 - rake stats clearly labels functional and unit tests
Jeremy Kemper
2005-09-27
2
-11
/
+14
*
Make the migration generator only check files ending in *.rb when calculating...
Sam Stephenson
2005-09-27
1
-1
/
+1
*
Added prevention of duplicate migrations from the generator #2240 [fbeausolei...
David Heinemeier Hansson
2005-09-24
1
-0
/
+2
*
Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...
Jamis Buck
2005-09-23
1
-1
/
+15
*
Only configure settings for loaded frameworks
David Heinemeier Hansson
2005-09-22
1
-4
/
+6
*
Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...
David Heinemeier Hansson
2005-09-20
1
-0
/
+1
*
Include ActionView as a configurable framework
David Heinemeier Hansson
2005-09-19
1
-1
/
+1
*
Include libs/ in rake stats #2223 [Marcel Molina]
David Heinemeier Hansson
2005-09-19
1
-1
/
+2
*
Fixed that generate scaffold claims all words are reserved #2200, #2211 [alan...
David Heinemeier Hansson
2005-09-17
1
-2
/
+3
*
Don't set the :MimeTypes option if it is nil (causes routing errors on styles...
Jamis Buck
2005-09-15
1
-5
/
+6
*
Cant use silence_warnings before active support is loaded
David Heinemeier Hansson
2005-09-15
1
-2
/
+1
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-6
/
+2
*
Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...
David Heinemeier Hansson
2005-09-15
1
-0
/
+11
[next]