开发者

where is the railties folder in rails 2.3.9

开发者 https://www.devze.com 2023-04-11 22:55 出处:网络
I\'m trying to go through the codes of a rails 2.3.9 application. I expect to have railties folder inapp_root/vendor/rails/railties/ but I don\'t have this directory. In vendor directory I just have p

I'm trying to go through the codes of a rails 2.3.9 application. I expect to have railties folder in app_root/vendor/rails/railties/ but I don't have this directory. In vendor directory I just have plugins directory. Where is this railties directory supposed to be?

I want to change the default 开发者_运维问答port for the application but also go through the files needed for boot process


I don't recall there being an app-local railties folder back in Rails 2.3.

Port configuration was handled differently; it was in the server script itself, hardcoded in an options hash--I always just modified that.

0

精彩评论

暂无评论...
验证码 换一张
取 消