Jeremy Kemper
|
fc51104fe2
|
Remove CHANGELOG from apidoc Rake task since it isn't included with new apps anymore.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3063 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-16 22:37:45 +00:00 |
|
Jeremy Kemper
|
9318131e05
|
Eliminate Subversion dependencies in scripts/plugin. Correct install options. Introduce --force option to reinstall a plugin. Closes #2842.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3011 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-13 23:35:19 +00:00 |
|
Jeremy Kemper
|
d685e2cf18
|
SQLite: the clone_structure_to_test and purge_test_database Rake tasks should always use the test environment. Reference #2846.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2992 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-13 02:50:42 +00:00 |
|
Jeremy Kemper
|
91853b8a0d
|
SQLite: the clone_structure_to_test Rake task should always use the test environment. References #2846.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2990 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-13 01:12:48 +00:00 |
|
David Heinemeier Hansson
|
9e0642a4ac
|
Pulled auto-starting browser: More pain than gain
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2987 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-12 16:26:23 +00:00 |
|
David Heinemeier Hansson
|
8e9484d3c1
|
Make sure that legacy db tasks also reference :database for SQLite (closes #2830) [kazuhiko@fdiary.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2978 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-11 09:50:42 +00:00 |
|
Jeremy Kemper
|
3488ff6fc6
|
Pass __FILE__ when evaluating plugins' init.rb. Closes #2817.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2973 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-10 16:25:06 +00:00 |
|
Jeremy Kemper
|
dfda57af85
|
Better svn status matching for generators. Closes #2814.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2972 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-10 16:14:25 +00:00 |
|
David Heinemeier Hansson
|
7afaa6ed55
|
Disabled stderr suppressing until activesupport is available also in non-gem mode
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2969 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-10 11:23:20 +00:00 |
|
David Heinemeier Hansson
|
bc223236a6
|
Don't reload routes until plugins have been loaded so they have a chance to extend the routing capabilities [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2967 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-10 10:45:39 +00:00 |
|
Nicholas Seckar
|
73a697c38a
|
Don't detach or fork for script/server tailing
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2961 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-09 22:57:05 +00:00 |
|
David Heinemeier Hansson
|
c7e5c27b51
|
Added automatic browser launching on OS X when starting script/server [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2960 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-09 22:15:01 +00:00 |
|
David Heinemeier Hansson
|
5879a2e919
|
Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path. public/dispatcher.* still uses the hard-coded path for compatibility with web servers that dont have Ruby in path [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2959 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-09 21:15:41 +00:00 |
|
David Heinemeier Hansson
|
5c48a89a7f
|
Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "production" in config/environment.rb doesnt wreck havok [DHH] (closes #2660)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2955 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-09 15:11:55 +00:00 |
|
Jeremy Kemper
|
917189b076
|
Correct versioning in :freeze_gems Rake task. Closes #2778.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2941 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-08 10:43:40 +00:00 |
|
Sam Stephenson
|
b661c9603a
|
Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2933 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-08 04:26:34 +00:00 |
|
Scott Barron
|
c9ae41fe51
|
Adding new scripts should set them 0755.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2932 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 22:05:53 +00:00 |
|
David Heinemeier Hansson
|
cd2b9a9498
|
Made ready for 0.14.3 (RC4)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 19:40:27 +00:00 |
|
Jamis Buck
|
c2eb22e5c6
|
Add 'add_new_scripts' rake task for adding new rails scripts to script/*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2926 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 18:09:31 +00:00 |
|
Jeremy Kemper
|
e55426a798
|
Raise in stubby/init.rb if it doesn't have access to directory or config. loaded_plugins is a set of plugin names (so it will be usable with multiple paths, gems, etc).
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2924 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 18:06:44 +00:00 |
|
Jeremy Kemper
|
850b9c7506
|
Remove bogus hyphen from script/process/reaper calls to 'ps'. Closes #2767.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2922 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 17:57:21 +00:00 |
|
Jamis Buck
|
b49de6b74b
|
Copy lighttpd.conf when it is first needed, instead of on app creation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2921 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 17:45:53 +00:00 |
|
Sam Stephenson
|
aec5273f41
|
Use require_library_or_gem 'fcgi' in script/server
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2920 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 15:35:03 +00:00 |
|
Jamis Buck
|
fa0a5973db
|
Restore access to 'directory' and 'config' inside the plugin eval environment
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2919 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 14:01:56 +00:00 |
|
David Heinemeier Hansson
|
bbe9ee13e1
|
Make sure to check for FCGI as well as lighttpd
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2917 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 13:31:19 +00:00 |
|
David Heinemeier Hansson
|
e85e58f7a9
|
Added default lighttpd config in config/lighttpd.conf and added a default runner for lighttpd in script/server (works like script/server, but using lighttpd and FastCGI). It will use lighttpd if available, otherwise WEBrick. You can force either or using 'script/server lighttpd' or 'script/server webrick' [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2913 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 10:42:52 +00:00 |
|
David Heinemeier Hansson
|
5ca8b5fca4
|
Added default lighttpd config in config/lighttpd.conf and added a default runner for lighttpd in script/server (works like script/server, but using lighttpd and FastCGI). It will use lighttpd if available, otherwise WEBrick. You can force either or using 'script/server lighttpd' or 'script/server webrick' [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2912 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 10:25:36 +00:00 |
|
David Heinemeier Hansson
|
3c8d425bb2
|
Fail gracefully from svn checks (closes #2700) [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2907 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 09:46:40 +00:00 |
|
Jeremy Kemper
|
6c434e8b8e
|
New configuration option config.plugin_paths which may be a single path like the default 'vendor/plugins' or an array of paths: ['vendor/plugins', 'lib/plugins']. Plugins are discovered in nested paths, so you can organize your plugins directory as you like. Refactor load_plugin from load_plugins. Simplify initializer unit test. Closes #2757.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2904 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 08:09:38 +00:00 |
|
Sam Stephenson
|
5c1eb899de
|
Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2903 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 04:06:05 +00:00 |
|
David Heinemeier Hansson
|
37e2085ff1
|
Fail gracefully when plugin was not found [Chad Fowler]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2892 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-06 13:06:38 +00:00 |
|
David Heinemeier Hansson
|
c7da7a38d7
|
svn:externals is now an explicit option for script/plugin (closes #2755) [Ryan Tomayko]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2886 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-06 07:23:58 +00:00 |
|
Sam Stephenson
|
d3275cadaa
|
Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. [Chad Fowler]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2885 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-06 01:39:32 +00:00 |
|
Sam Stephenson
|
55fab64391
|
Move info.rb to rails_info.rb and load Rails::Info after initialization
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2884 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-05 18:04:52 +00:00 |
|
Sam Stephenson
|
71b032a0a6
|
Added script/about to display formatted Rails::Info output
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2883 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-05 14:30:47 +00:00 |
|
Sam Stephenson
|
1f6b09f67c
|
Added Rails::Info to catalog assorted information about a Rails application's environment
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2882 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-05 04:44:33 +00:00 |
|
Jeremy Kemper
|
8c4c196f56
|
Scaffold-generated controller action gives paginate the plural_ rather than singular_name. Closes #2743.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2879 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-05 02:59:58 +00:00 |
|
Sam Stephenson
|
f35792974a
|
script/lighttpd: Detach and exit the forked process
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2877 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-04 21:54:49 +00:00 |
|
Sam Stephenson
|
0c512ca990
|
script/lighttpd: tail the logfile when running in the foreground, and attempt to guess the port number
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2875 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-04 20:58:38 +00:00 |
|
Jeremy Kemper
|
fad2aae72b
|
Don't reap the spawner or reaper scripts either. Closes #2727.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2868 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-04 05:55:11 +00:00 |
|
Jeremy Kemper
|
f482bd5018
|
Don't reap spawn-fcgi. Closes #2727.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2865 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-03 22:08:56 +00:00 |
|
Jeremy Kemper
|
26311f6cd0
|
Reaper knows how to find processes even if the dispatch path is very long. Closes #2711.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2851 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-02 22:05:45 +00:00 |
|
Jamis Buck
|
49cd52a93f
|
Make fcgi handler respond to TERM signals with an explicit exit
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2847 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-02 13:21:22 +00:00 |
|
David Heinemeier Hansson
|
a52132af58
|
Added demonstration of fixture use to the test case generated by the model generator [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2846 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-02 10:15:31 +00:00 |
|
Jeremy Kemper
|
f457ef46cf
|
If specified, pass PostgreSQL client character encoding to createdb. Closes #2703.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2843 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-02 03:30:15 +00:00 |
|
Jeremy Kemper
|
1cfd25a774
|
Failsafe response handler for dispatcher.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2841 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-02 01:20:36 +00:00 |
|
Jeremy Kemper
|
b4b47e560e
|
Simplify gem search for :freeze_gems rake task.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2840 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-01 18:56:56 +00:00 |
|
Jeremy Kemper
|
144f78be41
|
Move Dispatcher.dispatch CGI.new out of default args and into rescuable block so the dispatcher catches its errors rather than the fcgi handler.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2839 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-01 18:29:41 +00:00 |
|
Jeremy Kemper
|
30b9d6d28a
|
The freeze_gems Rake task accepts the VERSION environment variable to decide which version of Rails to pull into vendor/rails.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2838 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-01 18:26:06 +00:00 |
|
Thomas Fuchs
|
d47f3bcbad
|
Change javascript_include_tag :defaults to not use script.aculo.us loader, which facilitates the use of plugins for future script.aculo.us and third party javascript extensions, and provide register_javascript_include_default for plugins to specify additional JavaScript files to load. Removed scriptaculous.js, slider.js and builder.js
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2835 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-01 06:34:40 +00:00 |
|