This is my first app using RefineryCMS. The way I have sent mail from applications in the past is not cu开发者_JS百科rrently work with my refinery app.
I\'m unable to use flash in my haml and erb views. I can however use session[:flash], except in one case开发者_运维百科: after an unsuccessful login with devise, I want to show flash[:alert] or even s
I\'m using refinery cms and want to override (add a method) to their page class.I\'ve tried doing a Page.class_eval in a file in the initializers directory but it only seems to work on the first page
This is kind of weird but I\'d like to开发者_运维技巧 serve multiple websites on the same domain.If possible, we want to avoid subdomains to keep urls simple for our users - no need for them to know i
I\'ve been hearing a lot about thread safety lately in Ruby. My question is, how do I determine whether or not my rails app (actually the open source project refinerycms开发者_StackOverflow) is thread
Does anyone know how to make multiple layouts in refinery?It doesn\'t have to be in the user admin I just need to be able to programmatically tell some refinery pages to use one layout and others to u
I have a RoR app 2.3.8 based on refinerycms. I had to add search functionality. For search, there is a gem for refinerycms, which is unfortunately for rails3.
I\'m using refinerycms in our site to let the less technical staff update content. Inside the gem, they have a Page class that maps each top level page on the site. I\'d like to use the acts_as_taggab
I have a route in my config which says that for a page, say /secure, there is a login required (done via authlogic). A before_filter in my controller takes care of that. That works fine, the page and
I think the build in editor isn\'t really that great and I think about changing it into something different.