Justin Bailey
2006-Apr-19 16:02 UTC
[Rails] Useful article for anyone programming for paid client work
We''re working on a new series of applications called "RealApps" - simple plugins and components add functionality to Rails applications. We just posted an article describing the first one - a content management system. We also go into the business case behind the design we chose. Good stuff for programmers to know - especially if you are doing paid client work. It doesn''t matter how slick your code is - if it doesn''t meet what the client wants, in the hours you bid, its worthless. Check it out and let us know what you think! http://blog.explorationage.com/articles/2006/04/18/add-content-management-to-any-ruby-on-rails-site Justin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060419/46e71fe1/attachment.html
Kasper Weibel
2006-Apr-20 01:22 UTC
[Rails] Re: Useful article for anyone programming for paid client wo
Nice work! I tried it out on one of my projects. Works as advertised, but when I try to either view the production or preview site I get this error undefined method `previewing='' for #<Realapps::CmsController:0x38966c8> #{RAILS_ROOT}/components/realapps/cms_controller.rb:116:in `preview'' I''m on winXP> http://blog.explorationage.com/articles/2006/04/18/add-content-management-to-any-ruby-on-rails-site > > Justin-- Posted via http://www.ruby-forum.com/.
Kasper Weibel
2006-Apr-20 01:28 UTC
[Rails] Re: Useful article for anyone programming for paid client wo
Forget this. A restart of Mongrel solved the problem.> Nice work! > > I tried it out on one of my projects. Works as advertised, but when I > try to either view the production or preview site I get this error > > undefined method `previewing='' for #<Realapps::CmsController:0x38966c8> > > #{RAILS_ROOT}/components/realapps/cms_controller.rb:116:in `preview'' > > I''m on winXP-- Posted via http://www.ruby-forum.com/.
Justin Bailey
2006-Apr-20 02:56 UTC
[Rails] Re: Useful article for anyone programming for paid client wo
Glad to see someone is using it. Feel free to email me directly or stop by the Ruby Forge page (http://rubyforge.org/projects/realapps-cms/) if you have additional feedback. Out of curiousity, are you using it for a particular project or just checking it out? On 4/19/06, Kasper Weibel <weibel@gmail.com> wrote:> > Forget this. A restart of Mongrel solved the problem. > > > Nice work! > > > > I tried it out on one of my projects. Works as advertised, but when I > > try to either view the production or preview site I get this error > > > > undefined method `previewing='' for #<Realapps::CmsController:0x38966c8> > > > > #{RAILS_ROOT}/components/realapps/cms_controller.rb:116:in `preview'' > > > > I''m on winXP > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060420/9517fa06/attachment.html
Apparently Analagous Threads
- - RealApps CMS - Simple Content management Plugin
- Protecting Your Apps against Cross Site Scripting Attacks
- How to create a drop-down list with Markaby?
- Save sessions on file system instead of database table?
- Ferret failing to rebuild_index - occasionally unable to del