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
/
rails_generator
/
generators
/
applications
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added plugin generator to create a stub structure for a new plugin in vendor/...
David Heinemeier Hansson
2005-10-28
1
-1
/
+0
*
Added app/services as a default dir in the Rails skeleton and to the load pat...
David Heinemeier Hansson
2005-10-28
1
-0
/
+1
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
1
-1
/
+1
*
attempt to fix #2500
Michael Koziarski
2005-10-17
1
-2
/
+7
*
suppress mysql_config errors
Jeremy Kemper
2005-10-17
1
-1
/
+1
*
Remove util.js
David Heinemeier Hansson
2005-10-16
1
-1
/
+0
*
Try to figure out which mysql socket to use. Default to /path/to/your/mysql....
Jeremy Kemper
2005-10-16
1
-1
/
+6
*
Use expand_path for app_name so, e.g., rails . is supported
Jeremy Kemper
2005-10-16
1
-1
/
+1
*
Made the rails command use the application name for database names in the tai...
Florian Weber
2005-10-16
1
-1
/
+1
*
Fixed script/performance
David Heinemeier Hansson
2005-10-15
1
-1
/
+1
*
Moving perform to performance
David Heinemeier Hansson
2005-10-14
1
-1
/
+1
*
r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700
Jeremy Kemper
2005-10-14
1
-2
/
+3
*
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...
Thomas Fuchs
2005-10-09
1
-4
/
+7
*
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
1
-1
/
+4
*
Removed all the scripts in script/* and replaced it with one generic portal: ...
David Heinemeier Hansson
2005-09-29
1
-8
/
+1
*
Moved config/tasks to lib/tasks and added more documentation to environment.rb
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...
David Heinemeier Hansson
2005-09-03
1
-0
/
+1
*
Make the default rakefile read *.rake files from config/tasks (for easy exten...
Jamis Buck
2005-08-31
1
-0
/
+1
*
Remove switchtower integration from rails
Jamis Buck
2005-08-30
1
-3
/
+0
*
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
*
Pulled the gateway.cgi until we can make it work properly out the gates
David Heinemeier Hansson
2005-07-06
1
-3
/
+3
*
Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...
David Heinemeier Hansson
2005-07-04
1
-1
/
+2
*
Include the new Javascripts in new apps
David Heinemeier Hansson
2005-06-26
1
-10
/
+13
*
Added console --profile for profiling an IRB session #1154 [bitsweat]. Change...
David Heinemeier Hansson
2005-04-30
1
-1
/
+1
*
Added script/benchmarker to easily benchmark one or more statement a number o...
David Heinemeier Hansson
2005-04-14
1
-1
/
+1
*
Choose a simpler requiring of picking gems or not for library loading
David Heinemeier Hansson
2005-03-21
1
-1
/
+1
*
Add prototype.js to new apps in javascripts/ #885
David Heinemeier Hansson
2005-03-21
1
-0
/
+3
*
Combined the script/environment.rb used for gems and regular files version. I...
David Heinemeier Hansson
2005-03-20
1
-5
/
+1
*
Added script/runner which can be used to run code inside the environment by e...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Added an empty favicon.ico file to the public directory of new applications (...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed test/mocks/testing to the correct test/mocks/test #740
David Heinemeier Hansson
2005-02-27
1
-1
/
+1
*
Drop the _doc nonsense and use the index.html straight on
David Heinemeier Hansson
2005-02-24
1
-2
/
+0
*
Added lighttpd config example and changed apache.log to less discriminating s...
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Added support for independent components residing in /components
David Heinemeier Hansson
2005-02-20
1
-0
/
+1
*
Added --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Integrated Action Service with the existing elements
David Heinemeier Hansson
2005-02-18
1
-0
/
+1
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-2
/
+4
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-4
/
+2
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-2
/
+4
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
2
-0
/
+134
[prev]