David Heinemeier Hansson
|
70ac560e42
|
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-04-28 15:57:29 +00:00 |
|
David Heinemeier Hansson
|
aa6b4d175b
|
It is activeresource, silly
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6552 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-04-23 19:58:35 +00:00 |
|
David Heinemeier Hansson
|
df41c7cb61
|
Include Active Resource instead of Action Web Service [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6550 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-04-23 18:55:54 +00:00 |
|
David Heinemeier Hansson
|
635c7f43dd
|
Run with the latest versions so beta gems will work
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6548 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-04-21 17:06:16 +00:00 |
|
Jeremy Kemper
|
28628858be
|
Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compatibility fixes.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6329 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-03-04 23:37:17 +00:00 |
|
David Heinemeier Hansson
|
351eea1fcd
|
No s on config
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6214 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-02-23 01:10:25 +00:00 |
|
David Heinemeier Hansson
|
7bf757d8b8
|
Include two default initializers as examples
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6213 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-02-23 00:53:22 +00:00 |
|
David Heinemeier Hansson
|
c6d6082562
|
Added config/initializers where all ruby files within it are automatically loaded after the Rails configuration is done, so you don't have to litter the environment.rb file with a ton of mixed stuff [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6212 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-02-23 00:32:27 +00:00 |
|
Michael Koziarski
|
e7eae2bd9b
|
Interim test task for railties, the existing one fails suspiciously.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5390 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-11-02 03:34:03 +00:00 |
|
David Heinemeier Hansson
|
831ae2950f
|
Fix versions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-15 12:37:19 +00:00 |
|
David Heinemeier Hansson
|
5d50dee71f
|
Version updates and missing licenses
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5120 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-15 10:13:27 +00:00 |
|
David Heinemeier Hansson
|
4ece57cf24
|
Dont run tests on gem creation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5119 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-09-15 09:56:52 +00:00 |
|
Jeremy Kemper
|
dafd5c14ae
|
make the railties test task available
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4840 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-08-29 09:15:28 +00:00 |
|
Jeremy Kemper
|
91317ad61f
|
make_dest_dirs rake task uses path = . by default. Closes #3874.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4583 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-07-08 00:35:19 +00:00 |
|
David Heinemeier Hansson
|
b792945e39
|
Added script/process/inspector to do simple process status information on Rails dispatchers keeping pid files in tmp/pids [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4300 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-04-28 03:56:30 +00:00 |
|
David Heinemeier Hansson
|
7a8ed3bbbf
|
Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4294 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-04-28 00:00:50 +00:00 |
|
David Heinemeier Hansson
|
98634e7761
|
Use Aras RubyForge uploader
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4204 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-04-09 22:14:08 +00:00 |
|
David Heinemeier Hansson
|
00050dfedb
|
Include the calculations fix for a new release of AR
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4203 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-04-09 21:27:32 +00:00 |
|
David Heinemeier Hansson
|
944ae628f5
|
Update versions for Rails 1.1.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4183 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-04-06 05:26:14 +00:00 |
|
David Heinemeier Hansson
|
584bec967b
|
railties Rakefile refers to old rails_version.rb location (closes #4530) [wilsonb@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4119 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-04-01 19:09:27 +00:00 |
|
David Heinemeier Hansson
|
479b4fb5d9
|
Made ready for release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4088 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-03-28 05:03:05 +00:00 |
|
David Heinemeier Hansson
|
3e734490c6
|
Make release rake work on 1.8.4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4077 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-03-28 02:10:51 +00:00 |
|
Thomas Fuchs
|
3bcb0b80b1
|
one too many
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4044 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-03-26 08:40:49 +00:00 |
|
Thomas Fuchs
|
34db8e8939
|
Update to script.aculo.us 1.6
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4043 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-03-26 08:37:19 +00:00 |
|
David Heinemeier Hansson
|
fddd33b81e
|
Do not include .svn files in file distro (closes #3195) [jamie@dang.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-03-18 16:32:11 +00:00 |
|
David Heinemeier Hansson
|
045f5fd02e
|
Added public/javascripts/application.js as a sample since it'll automatically be included in javascript_include_tag :defaults [DHH] (backed out of -a/--with-assets, not worth it)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3770 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-03-04 23:53:41 +00:00 |
|
David Heinemeier Hansson
|
e3bfd08cbc
|
Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524, #3813, #3044) [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3757 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-03-04 17:12:03 +00:00 |
|
David Heinemeier Hansson
|
418a7af455
|
Rails now depend on Rake 0.7.x
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3692 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-02-27 20:54:11 +00:00 |
|
David Heinemeier Hansson
|
09f89c4abf
|
Added -r/--repeat option to script/process/spawner that offers the same loop protection as the spinner did. This deprecates the script/process/spinner, so it's no longer included in the default Rails skeleton, but still available for backwards compatibility (closes #3461) [ror@andreas-s.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-02-26 20:25:24 +00:00 |
|
David Heinemeier Hansson
|
1aea4704dc
|
Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the Rails skeleton [DHH] Changed the default session configuration to place sessions in tmp/sessions, if that directory is available, instead of /tmp (this essentially means a goodbye to 9/10 White Screen of Death errors and should have web hosting firms around the world cheering) [DHH] Added a default configuration of the FileStore for fragment caching if tmp/cache is available, which makes action/fragment caching ready to use out of the box with no additional configuration [DHH] Changed the default configuration for lighttpd to use tmp/sockets instead of log/ for the FastCGI sockets [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3645 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-02-25 20:26:14 +00:00 |
|
David Heinemeier Hansson
|
1e216b1d84
|
Updated RDocTask to receive options 1 by 1 (closes #3875) [pterjan@mandriva.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3605 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-02-19 00:43:10 +00:00 |
|
David Heinemeier Hansson
|
0633bb865b
|
Update versions to match latest from stable
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3543 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2006-02-05 00:59:57 +00:00 |
|
Sam Stephenson
|
60936c5c84
|
Add builtin/ to the gemspec. Closes #3047.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3224 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-12-06 00:32:57 +00:00 |
|
Marcel Molina
|
5cb2aa722d
|
Rename Version constant to VERSION. Closes #2802.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3065 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-17 00:32:16 +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 |
|
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 |
|
David Heinemeier Hansson
|
0ceb9150d5
|
Dont generate config/lighttpd.conf, will be done on first run of script/server
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2923 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-11-07 18:03:30 +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 |
|
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 |
|
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 |
|
Thomas Fuchs
|
d8f0a3f93c
|
Update script.aculo.us to V1.5_rc4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2802 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-29 11:48:53 +00:00 |
|
David Heinemeier Hansson
|
7376da4a2c
|
Removed app/apis as a default empty dir since its automatically created when using script/generate web_service [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2796 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-28 22:01:11 +00:00 |
|
David Heinemeier Hansson
|
0a735ca4b3
|
Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Tomayko]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2793 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-28 21:21:07 +00:00 |
|
David Heinemeier Hansson
|
5f73ba11ce
|
Added default lighttpd config in config/lighttpd.conf and added a default runner for lighttpd in script/lighttpd (works like script/server, but using lighttpd and FastCGI) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2786 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-28 17:53:47 +00:00 |
|
David Heinemeier Hansson
|
b31aa2dd57
|
Added app/services as a default dir in the Rails skeleton and to the load path. Use it to keep classes like MaintenanceService and PaymentGateway [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2782 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-28 13:00:33 +00:00 |
|
David Heinemeier Hansson
|
c7a6b9862d
|
Prepared for release of 0.14.2 (RC3)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2737 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-25 22:11:48 +00:00 |
|
David Heinemeier Hansson
|
2555b885ed
|
Really ready for release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2687 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-19 14:28:55 +00:00 |
|
David Heinemeier Hansson
|
e3e5d60bcd
|
Really ready for push
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2686 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-19 14:01:40 +00:00 |
|
David Heinemeier Hansson
|
83dc37b910
|
Made ready to push RC2
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2684 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-19 06:24:12 +00:00 |
|
David Heinemeier Hansson
|
67b926d2b7
|
Upgrade Rails dependencies
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2662 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-10-16 22:40:11 +00:00 |
|