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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
20
-22
/
+24
*
Going to pull all commands into Rails
David Heinemeier Hansson
2005-09-29
3
-36
/
+10
*
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
*
Forgot about CHANGELOGs
Thomas Fuchs
2005-09-28
1
-0
/
+2
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
8
-736
/
+2295
*
Include additional ticket number that is closed by [2380].
Marcel Molina
2005-09-28
1
-1
/
+1
*
Make table_name and controller_name in generators honor AR::Base.pluralize_ta...
Marcel Molina
2005-09-28
4
-3
/
+12
*
#2261 was supposed to have been closed as wontfix, not sure why it wasn't,
Scott Barron
2005-09-27
2
-3
/
+1
*
Ticket 2261 - Include lib/tasks/*.rake in rake stats
Jeremy Kemper
2005-09-27
2
-1
/
+3
*
Update change log for #2297
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
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
2
-1
/
+3
*
Use assignment instead of call
David Heinemeier Hansson
2005-09-25
1
-1
/
+1
*
Added new symbol-driven approach to activating observers with Base#observer [...
David Heinemeier Hansson
2005-09-25
1
-3
/
+3
*
Added prevention of duplicate migrations from the generator #2240 [fbeausolei...
David Heinemeier Hansson
2005-09-24
2
-0
/
+4
*
Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...
Jamis Buck
2005-09-23
2
-1
/
+17
*
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 suggestion for using different socket #1951 [NVRS]
David Heinemeier Hansson
2005-09-20
1
-2
/
+4
*
Make the reaper slightly more robust in the nudging department
David Heinemeier Hansson
2005-09-19
1
-1
/
+7
*
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
2
-3
/
+2
*
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
2
-0
/
+14
*
Moved session and fragment options out
David Heinemeier Hansson
2005-09-13
1
-6
/
+1
*
Only include dirs that exists in the stats
David Heinemeier Hansson
2005-09-13
1
-1
/
+1
*
Reformed all the config/environments/* files to conform to the new Rails::Con...
David Heinemeier Hansson
2005-09-13
1
-0
/
+2
*
Make it easy to go UTC
David Heinemeier Hansson
2005-09-13
1
-0
/
+3
*
Reformed environments files to the new config style
David Heinemeier Hansson
2005-09-13
4
-21
/
+33
*
Control depedency mechanism, breakpoints, and whiny nils through the config
David Heinemeier Hansson
2005-09-13
1
-50
/
+93
*
Fixed pointer to tasks location #2175
David Heinemeier Hansson
2005-09-13
1
-2
/
+2
*
Make it even easier to set a new session store and use symbols for log level too
David Heinemeier Hansson
2005-09-12
2
-6
/
+18
*
Added Rails::Configuration support for fragment stores
David Heinemeier Hansson
2005-09-12
2
-2
/
+20
*
Use session_id instead of deprecated sessid
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Use session_id instead of deprecated sessid
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Sessions with an s
David Heinemeier Hansson
2005-09-12
3
-5
/
+5
*
Added create_session_table, drop_session_table, and purge_session_table as ra...
David Heinemeier Hansson
2005-09-12
4
-3
/
+45
*
Added dump of schema version to the db_structure_dump task for databases that...
David Heinemeier Hansson
2005-09-12
2
-0
/
+6
*
Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson]
David Heinemeier Hansson
2005-09-11
2
-0
/
+3
*
Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]
David Heinemeier Hansson
2005-09-11
2
-1
/
+3
*
Dont encourage custom url options to be called with symbol #2047
David Heinemeier Hansson
2005-09-11
1
-1
/
+2
*
Moved config/tasks to lib/tasks and added more documentation to environment.rb
David Heinemeier Hansson
2005-09-11
4
-4
/
+27
*
Fixed missing ds
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
[prev]
[next]