|
osdir.com mailing list archive F.A.Q. -since 2001! |
|
|
|
Subject: [ANN] Camping_generator - msg#00036List: lang.ruby.camping.general
by Date: Prev Next Date Index by Thread: Prev Thread Index
Hello campers,
I wanted to let you know that I've just released my camping generator, which uses the rails generator system to create new camping apps. $ gem install camping_generator It's the first part of my Parasite project, which aims to leverage rails for better, faster, stronger camping development. Feel free to take issue with my coding style, but submit issues at http://rubyforge.org/projects/parasite/ and I'll be happy to improve it. I should be releasing the the rest of the current Parasite system (so far, just a rake script to launch camping using Rails environments) later this week. Cheers, -Mark
Thread at a glance:
Previous Message by Date:R() in controllersHello all, I have an app mounted under /test via lighttpd fastcgi as indicated on [1]. Here I use R(Foo, bar) in views to link to controller foo, this correctly creates a /test/foo/bar link. However, when I use R() in some controller, for example: headers['Refresh'] = "60; url=#{R(Foo, bar)}" The generated link is /foo/bar, which obviously links to something non-existant. Can somebody affirm that R() in controllers do not work correctly? Regards, Paul -- Student @ Eindhoven | email: paul-FGvqe4uplSY@xxxxxxxxxxxxxxxx University of Technology, The Netherlands | JID: paul-FGvqe4uplSY@xxxxxxxxxxxxxxxx >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 Previous Message by Thread:R() in controllersHello all, I have an app mounted under /test via lighttpd fastcgi as indicated on [1]. Here I use R(Foo, bar) in views to link to controller foo, this correctly creates a /test/foo/bar link. However, when I use R() in some controller, for example: headers['Refresh'] = "60; url=#{R(Foo, bar)}" The generated link is /foo/bar, which obviously links to something non-existant. Can somebody affirm that R() in controllers do not work correctly? Regards, Paul -- Student @ Eindhoven | email: paul-FGvqe4uplSY@xxxxxxxxxxxxxxxx University of Technology, The Netherlands | JID: paul-FGvqe4uplSY@xxxxxxxxxxxxxxxx >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181
blog comments powered by Disqus
|
|