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
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
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
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
4 matches
Mail list logo