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
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make freezing work with Windows
David Heinemeier Hansson
2005-10-15
1
-2
/
+3
*
Added Rails framework freezing tasks: freeze_gems (freeze to current gems), f...
David Heinemeier Hansson
2005-10-15
1
-0
/
+31
*
Adds update_javascripts task which will fetch all the latest js files from ra...
Tobias Lütke
2005-10-15
1
-0
/
+6
*
Only dump schema if schema_format is :ruby
David Heinemeier Hansson
2005-10-14
1
-1
/
+1
*
Cleaned it up a bit.. Dependencies can be declared inline
David Heinemeier Hansson
2005-10-13
1
-8
/
+5
*
Support using different database adapters for development and test with Activ...
Sam Stephenson
2005-10-13
2
-30
/
+46
*
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
*
Ticket 2297 - rake stats clearly labels functional and unit tests
Jeremy Kemper
2005-09-27
1
-8
/
+8
*
Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...
Jamis Buck
2005-09-23
1
-1
/
+15
*
Include libs/ in rake stats #2223 [Marcel Molina]
David Heinemeier Hansson
2005-09-19
1
-1
/
+2
*
Only include dirs that exists in the stats
David Heinemeier Hansson
2005-09-13
1
-1
/
+1
*
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
1
-3
/
+3
*
Added create_session_table, drop_session_table, and purge_session_table as ra...
David Heinemeier Hansson
2005-09-12
1
-3
/
+27
*
Added dump of schema version to the db_structure_dump task for databases that...
David Heinemeier Hansson
2005-09-12
1
-0
/
+4
*
Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Moved config/tasks to lib/tasks and added more documentation to environment.rb
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Make the default stats task extendable by modifying the STATS_DIRECTORIES con...
Jamis Buck
2005-09-05
1
-9
/
+11
*
Fix the spot looking for migrations
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Fix the spot looking for migrations
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...
David Heinemeier Hansson
2005-09-03
6
-0
/
+212