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
...
*
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
2
-3
/
+39
*
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
2
-2
/
+2
*
Fixed missing ds
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
1
-3
/
+1
*
Added -m/--mime-types option to the WEBrick server, so you can specify a Apac...
David Heinemeier Hansson
2005-09-09
1
-3
/
+7
*
Added -c/--svn option to the generator that'll add new files and remove destr...
David Heinemeier Hansson
2005-09-09
2
-3
/
+40
*
Added -c/--charset option to WEBrick controller, so you can specify a default...
David Heinemeier Hansson
2005-09-09
1
-0
/
+10
*
Dont encode the default subject for the test cases since they are within the ...
David Heinemeier Hansson
2005-09-06
1
-1
/
+1
*
Make the default stats task extendable by modifying the STATS_DIRECTORIES con...
Jamis Buck
2005-09-05
1
-9
/
+11
*
Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails...
Jamis Buck
2005-09-05
1
-1
/
+4
*
Silence logger initialization
David Heinemeier Hansson
2005-09-03
1
-0
/
+2
*
Fix mocks dir
David Heinemeier Hansson
2005-09-03
1
-1
/
+1
*
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
*
Talk about whats missing
David Heinemeier Hansson
2005-09-03
1
-0
/
+4
*
Also configure template view path
David Heinemeier Hansson
2005-09-03
1
-0
/
+21
*
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...
David Heinemeier Hansson
2005-09-03
8
-0
/
+371
*
Fixed the scaffold generator to fail right away if the database isn't accessi...
David Heinemeier Hansson
2005-09-03
1
-24
/
+24
*
Corrected project-local generator location in scripts.rb #2010 [Michael Schue...
Jamis Buck
2005-09-02
1
-1
/
+1
*
Fix documentation for mailer generator
David Heinemeier Hansson
2005-09-02
1
-3
/
+2
*
Make the default rakefile read *.rake files from config/tasks (for easy exten...
Jamis Buck
2005-08-31
1
-0
/
+1
*
Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d...
Nicholas Seckar
2005-08-31
1
-3
/
+10
*
Remove switchtower integration from rails
Jamis Buck
2005-08-30
1
-3
/
+0
*
Replace render_partial with render :partial in scaffold generator
Nicholas Seckar
2005-08-17
2
-2
/
+2
*
Add integration with SwitchTower (rake tasks, default deploy.rb recipe)
Jamis Buck
2005-08-03
1
-0
/
+3
*
Added convenience controls for FCGI processes (especially when managed remote...
David Heinemeier Hansson
2005-07-24
1
-3
/
+3
*
Added an empty robots.txt to public/, so that web servers asking for it won't...
David Heinemeier Hansson
2005-07-22
1
-0
/
+1
*
Dropped the 'immediate close-down' of FCGI processes since it didn't work con...
David Heinemeier Hansson
2005-07-19
1
-12
/
+2
*
Regret inclusion for now
David Heinemeier Hansson
2005-07-16
1
-62
/
+0
*
Support for upcoming script/spawner
David Heinemeier Hansson
2005-07-16
1
-0
/
+62
*
Show correct paths to generated templates for nexted controllers. Fixes #730
Nicholas Seckar
2005-07-14
3
-9
/
+10
*
r3023@asus: jeremy | 2005-07-12 23:43:39 -0700
Jeremy Kemper
2005-07-13
1
-3
/
+3
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
1
-0
/
+2
*
Pulled the gateway.cgi until we can make it work properly out the gates
David Heinemeier Hansson
2005-07-06
1
-3
/
+3
*
Added a USAGE document to the migration generator
David Heinemeier Hansson
2005-07-06
1
-0
/
+14
*
Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...
David Heinemeier Hansson
2005-07-04
2
-4
/
+6
*
Fixed that model generator would make fixtures plural, even if ActiveRecord::...
David Heinemeier Hansson
2005-07-02
1
-1
/
+1
*
r1588@asus: jeremy | 2005-07-02 03:14:45 -0700
Jeremy Kemper
2005-07-02
1
-13
/
+66
*
Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...
Jamis Buck
2005-06-29
2
-9
/
+122
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
1
-0
/
+21
*
Include the new Javascripts in new apps
David Heinemeier Hansson
2005-06-26
1
-10
/
+13
*
Fixed ActionMailer generated tests to work properly after quoted refactoring ...
David Heinemeier Hansson
2005-06-25
1
-1
/
+3
*
ActionMailer::Base subclasses are reloaded with other rails components #1262
Jamis Buck
2005-06-24
1
-0
/
+1
*
Added ActionController::Base.allow_concurrency to control whether the applica...
David Heinemeier Hansson
2005-06-23
1
-2
/
+2
*
Fixed new WEBrick handling to actually pass parameters
David Heinemeier Hansson
2005-06-22
1
-14
/
+23
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
2
-34
/
+68
*
Added a migration generator
David Heinemeier Hansson
2005-06-22
2
-0
/
+16
[prev]
[next]