[Rails] GurusQ: Metal calling disparity-How to install metal in code

2010-04-02 Thread Mr Magpie
I have a simple class that I want to install as Rails Metal. I don't want to put it into a file in app/metal for reasons I don't want to go into. It looks like this, and handler is defined elsewhere. class UrlFilter ALLOW = [404] DENY = [403] def self.call(env) handler.call(env["PATH_INF

[Rails] Re: Merging Spree and BrowserCMS for my app

2010-03-01 Thread Mr Magpie
Tushar Gandhi wrote: > Hi, > I am also doing same thing. I also have "users" table overlap in the > BCMS and in my Spree application. We decided to use the "users" table of > "spree" application. I went the other way - renaming the Spree table. See http://railsdog.lighthouseapp.com/projects/3109

[Rails] Merging Spree and BrowserCMS for my app

2009-09-06 Thread Mr Magpie
Hello All, I have a fixed price contract to develop a website for a training organisation that will show courses they offer, dates, times and venues when they run. There is also a fair amount of typical CMS content, and the potential for more course content, so BrowserCMS seems well suited. They

[Rails] GlassFish Portfolio Announcement

2009-02-10 Thread Mr Magpie
What does the new GlassFish Portfolio (http://www.sun.com/software/products/glassfish_portfolio/index.jsp?cid=e8021my), especially the web stack mean for Ruby and Rails ? It would be nice to have a standard up to date stack to deploy on. Also, they mention mod_ruby - don't they mean mod_rails ? M