I moved my application off of Rails early in 2009 because I didn\'t need or want all of the features in that framework (ORM, MVC etc) and didn\'t like the large footprint we were generating (200Mb). M
I am currently running ruby-1.9.1 installed via RVM. I have been looking at using Merb, but when I try and run it I get this error:
Im trying to figure out the best way to map simple routes into one url. Application contains of 4 models: Location, Category, Budget, Company. But each model could be mapped to single url like this. F
while i am running rake jobs:work. I am getting this error. ** Invoke jobs:work (first_time) ** Invoke merb_env (first_time)
I have a question regarding merb dependency with sqlite. I am going to install merb on my m/c and I don\'t have sqlite installed on my m/c . I tried this command \"gem install merb\" and saw following
I\'d like to generate a lot of merb views (around 350.000) and save them to separate files programmati开发者_如何学Gocally (they will actually be XML files). One option would be to simply wget them, b
Is there anything like Merb Parts in Rails 3 out there now? I\'ve seen Rails Cells, but felt like nobody was using them.
I am using Merb. I can\'t seem to get activemerchant to load using Bundler. All my other开发者_JAVA技巧 gems load fine.
I\'ve recently started looking at Merb, for use with some small projects around the office. I\'m trying to set up my first project following the docs, and am encountering an exception such as:
I\'m looking for help destroying a nested resource in Merb. My current method seems near correct, but the controller raise an InternalServerError during the destruction of the nested object.