aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/applications
Commit message (Expand)AuthorAgeFilesLines
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-3/+0
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-291-0/+1
* Add default Mac + DarwinPorts MySQL socket locations to the app generator.Jeremy Kemper2005-10-291-5/+11
* Removed app/apis as a default empty dir since its automatically created when ...David Heinemeier Hansson2005-10-281-2/+0
* Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma...David Heinemeier Hansson2005-10-281-1/+1
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-10-281-3/+4
* Added plugin generator to create a stub structure for a new plugin in vendor/...David Heinemeier Hansson2005-10-281-1/+0
* Added app/services as a default dir in the Rails skeleton and to the load pat...David Heinemeier Hansson2005-10-281-0/+1
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-1/+1
* attempt to fix #2500Michael Koziarski2005-10-171-2/+7
* suppress mysql_config errorsJeremy Kemper2005-10-171-1/+1
* Remove util.jsDavid Heinemeier Hansson2005-10-161-1/+0
* Try to figure out which mysql socket to use. Default to /path/to/your/mysql....Jeremy Kemper2005-10-161-1/+6
* Use expand_path for app_name so, e.g., rails . is supportedJeremy Kemper2005-10-161-1/+1
* Made the rails command use the application name for database names in the tai...Florian Weber2005-10-161-1/+1
* Fixed script/performanceDavid Heinemeier Hansson2005-10-151-1/+1
* Moving perform to performanceDavid Heinemeier Hansson2005-10-141-1/+1
* r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700Jeremy Kemper2005-10-141-2/+3
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-091-4/+7
* Dont include script/process dirDavid Heinemeier Hansson2005-10-061-1/+0
* Dont include runDavid Heinemeier Hansson2005-10-061-1/+1
* Backed out of script/run portal idea. Muscle memory too deepDavid Heinemeier Hansson2005-10-061-1/+4
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-291-8/+1
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-111-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-031-0/+1
* Make the default rakefile read *.rake files from config/tasks (for easy exten...Jamis Buck2005-08-311-0/+1
* Remove switchtower integration from railsJamis Buck2005-08-301-3/+0
* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)Jamis Buck2005-08-031-0/+3
* Added convenience controls for FCGI processes (especially when managed remote...David Heinemeier Hansson2005-07-241-3/+3
* Added an empty robots.txt to public/, so that web servers asking for it won't...David Heinemeier Hansson2005-07-221-0/+1
* Pulled the gateway.cgi until we can make it work properly out the gatesDavid Heinemeier Hansson2005-07-061-3/+3
* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...David Heinemeier Hansson2005-07-041-1/+2
* Include the new Javascripts in new appsDavid Heinemeier Hansson2005-06-261-10/+13
* Added console --profile for profiling an IRB session #1154 [bitsweat]. Change...David Heinemeier Hansson2005-04-301-1/+1
* Added script/benchmarker to easily benchmark one or more statement a number o...David Heinemeier Hansson2005-04-141-1/+1
* Choose a simpler requiring of picking gems or not for library loadingDavid Heinemeier Hansson2005-03-211-1/+1
* Add prototype.js to new apps in javascripts/ #885David Heinemeier Hansson2005-03-211-0/+3
* Combined the script/environment.rb used for gems and regular files version. I...David Heinemeier Hansson2005-03-201-5/+1
* Added script/runner which can be used to run code inside the environment by e...David Heinemeier Hansson2005-03-201-1/+1
* Added an empty favicon.ico file to the public directory of new applications (...David Heinemeier Hansson2005-03-061-0/+2
* Fixed test/mocks/testing to the correct test/mocks/test #740David Heinemeier Hansson2005-02-271-1/+1
* Drop the _doc nonsense and use the index.html straight onDavid Heinemeier Hansson2005-02-241-2/+0
* Added lighttpd config example and changed apache.log to less discriminating s...David Heinemeier Hansson2005-02-201-1/+1
* Added support for independent components residing in /componentsDavid Heinemeier Hansson2005-02-201-0/+1
* Added --sandbox option to script/console that'll roll back all changes made t...David Heinemeier Hansson2005-02-191-1/+1
* Integrated Action Service with the existing elementsDavid Heinemeier Hansson2005-02-181-0/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-2/+4
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-4/+2
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-2/+4
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-072-0/+134