GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git

rails's rails Feed   feed

jamesmacaulay forked rails/rails Thu Dec 04 11:51:21 -0800 2008
Forked repository is at jamesmacaulay/rails
josh pushed to master at rails/rails Thu Dec 04 11:34:59 -0800 2008
HEAD is 566a3dce6753eb71554d54e8883204e4868aa393
  • Mike Ferrier committed 566a3dce:
    Make NoMethodError message more descriptive when an undefined message has been sent to an association [#1515 state:resolved]
unspace started watching rails/rails Thu Dec 04 10:32:05 -0800 2008
rails's description:
Ruby on Rails
d3mode started watching rails/rails Thu Dec 04 10:24:03 -0800 2008
rails's description:
Ruby on Rails
josh pushed to master at rails/rails Thu Dec 04 09:06:13 -0800 2008
HEAD is b2ad3029cd0d4f45c2db283f8246d3dbf9078e5f
  • josh committed b2ad3029:
    Ensure each rack request has its own dispatcher instance
josh committed to rails/rails Thu Dec 04 09:04:46 -0800 2008

b2ad3029cd0d4f45c2db283f8246d3dbf9078e5f

Ensure each rack request has its own dispatcher instance

josh pushed to master at rails/rails Thu Dec 04 07:44:05 -0800 2008
HEAD is 40e9ba1e4627f1939153e7a061aaf060c87ec902
  • josh committed 40e9ba1e:
    Refactor SessionFixationTest and WebServiceTest with IntegrationTest so they are compatible with the Rack interface.
josh committed to rails/rails Thu Dec 04 07:43:12 -0800 2008

40e9ba1e4627f1939153e7a061aaf060c87ec902

Refactor SessionFixationTest and WebServiceTest with IntegrationTest so they are compatible with the Rack interface.

RealKnodi started watching rails/rails Thu Dec 04 06:10:30 -0800 2008
rails's description:
Ruby on Rails
dhh commented on rails/rails Thu Dec 04 06:01:51 -0800 2008
Comment in 63d8f56:

xtoddx, we’re working on getting a good story for both migrations and files in public in before this is released.

mende started watching rails/rails Thu Dec 04 06:00:25 -0800 2008
rails's description:
Ruby on Rails
hellekin started watching rails/rails Thu Dec 04 05:40:28 -0800 2008
rails's description:
Ruby on Rails
qweruiop forked rails/rails Thu Dec 04 04:05:21 -0800 2008
Forked repository is at qweruiop/rails
craigdavey commented on rails/rails Thu Dec 04 03:00:46 -0800 2008
Comment in cfb2126:

http://github.com/rails/rails/commit/e52affb210f457ea5a1714af03e3106f6d9f4b1e resolves this issue. Thanks Jeremy.

balinski started watching rails/rails Thu Dec 04 01:37:37 -0800 2008
rails's description:
Ruby on Rails
skanev started watching rails/rails Thu Dec 04 00:38:23 -0800 2008
rails's description:
Ruby on Rails
rejeep started watching rails/rails Thu Dec 04 00:34:50 -0800 2008
rails's description:
Ruby on Rails
jeremy pushed to master at rails/rails Wed Dec 03 23:53:28 -0800 2008
HEAD is 57f0b9738e71016d8a9898d83fe39b2310bf6c91
jeremy committed to rails/rails Wed Dec 03 23:52:41 -0800 2008

57f0b9738e71016d8a9898d83fe39b2310bf6c91

Remove config dir from the load path

craigdavey commented on rails/rails Wed Dec 03 20:54:26 -0800 2008
Comment in cfb2126:

This commit also breaks scripts that are run from outside rails root. For example:
~/railsapp/script/runner nil
... raises a MissingSourceFile exception for config/initializers/inflections.rb

craigdavey commented on rails/rails Wed Dec 03 19:27:46 -0800 2008
Comment in cfb2126:

After this commit I wasn’t able to run single unit tests from the command line anymore. For example when I run this:
cd test
ruby unit/some_test.rb
I end up with a MissingSourceFile exception for config/initializers/inflections.rb. I can rake TEST=test/unit/some_test.rb but I prefer the former. Can we possible revert this one?

iamsolarpowered started watching rails/rails Wed Dec 03 18:39:49 -0800 2008
rails's description:
Ruby on Rails
xtoddx commented on rails/rails Wed Dec 03 16:20:38 -0800 2008
Comment in 63d8f56:

Is there an easy way to run migrations from plugins? Maybe being able to set the schema migrations table name from within the migrations would be enough. I’ve been doing it with monkeypatching and a custom rake task so far.

lifo pushed to master at rails/rails Wed Dec 03 16:16:30 -0800 2008
HEAD is e52affb210f457ea5a1714af03e3106f6d9f4b1e
  • lifo committed e52affb2:
    Add :env and :sudo options to TemplateRunner#rake.
lifo committed to rails/rails Wed Dec 03 16:13:59 -0800 2008

e52affb210f457ea5a1714af03e3106f6d9f4b1e

Add :env and :sudo options to TemplateRunner#rake.

rmalik started watching rails/rails Wed Dec 03 15:12:13 -0800 2008
rails's description:
Ruby on Rails
josh commented on rails/rails Wed Dec 03 15:02:12 -0800 2008
Comment in 2c01f2b:

correct, it is not thread safe
threaded mode will eager those these files at boot

rogerdpack commented on rails/rails Wed Dec 03 14:51:31 -0800 2008
Comment in 2c01f2b:

isn’t use of autoload deemed non thread safe?
http://www.ruby-forum.com/topic/172385
Thanks!

dnd started watching rails/rails Wed Dec 03 14:41:18 -0800 2008
rails's description:
Ruby on Rails
nickrw forked rails/rails Wed Dec 03 14:02:35 -0800 2008
Forked repository has since been deleted.