0
votes
1answer
36 views
undefined method merge
merb datamapper seems to be broken.
$ merb
Loading init file from /home/kristian/workspace/ruby/nightly/config/init.rb
Loading /home/kristian/workspace/ruby/nightly/config/environ …
1
vote
1answer
47 views
merb callbacks equivalent in RAILS
Is there rails equivalents for :
Merb::BootLoader.after_app_loads
Merb::BootLoader.before_app_loads
Merb::Assets::JavascriptAssetBundler.add_callback
Merb::Assets::StylesheetAsse …
0
votes
2answers
73 views
Controlling Merb authentication errors
Hey there, im a little bit confused about handling invalid user authentication request, at login controller. So, i already have modified login view, but cant figure out where to pu …
0
votes
2answers
38 views
method redefined warning while running Merb 0.9.3
I get numerous "method redefined" warnings while running an application under Merb 0.9.3. Of course, I get this only when I run my script using the ruby -w option. Is there any way …
0
votes
1answer
33 views
What is the proper way of handling xml-stylesheet :xmlns:blah with haml?
I'm trying to hook up a blog with some xml namespaces and xml stylesheets.
The ugly way that I'm doing this currently looks like so:
!!! XML
= partial('xmlstyle')
%channel
...... …
4
votes
1answer
98 views
What’s the most commonly used unit testing framework for different types of Ruby applications?
Are the same unit testing frameworks used for different web frameworks - Rails, Merb, Sinatra, Ramaze and desktop frameworks - Shoes?
And what is the most widely used unit testing …
2
votes
2answers
173 views
Headless replacement of selenium and watir for testing Rails and Merb applications
Are there any future plans to replace selenium and watir with mechanize + johnson?
http://wiki.github.com/jbarnette/johnson
http://wiki.github.com/tenderlove/mechanize
0
votes
1answer
87 views
PubSubHubbub for a blog in Ruby (Merb)
I am writing my own blog (every one should, it's good experience). I have implemented Atom and RSS feeds, and they are used by a number of readers. Most of those readers are usin …
1
vote
3answers
135 views
Best way to list a Merb::Slices dependencies?
Hi,
I'm creating a list of the Slices in my Merb app, like this:
Merb::Slices.each_slice do |slice|
I'd like to get the list of dependencies for each of this slice, any idea …
0
votes
1answer
48 views
Merb Router: how to return a 406 error
Is it possible to have the router return an error code (or an entire rack response) in response to a matched route?
E.g. I have move from WordPress to a home grown blogging soluti …
3
votes
2answers
83 views
Caching best practiced in Merb
Hey guys!
Im a beginner in Merb, so want to know, what is the best practices to cache data?
For example i have a page that shows list of books, that changes not really often, so i …
1
vote
2answers
115 views
How to test AJAX request with Merb and Webrat?
I am using merb with rspec and webrat. How to ensure that rjs template was successfully rendered? I cannot just write have_xpath because of ajax.
0
votes
4answers
143 views
Good framework for Ruby web development.
Basically I am java developer and exploring ruby and ruby related framework right now. I am mostly working on web based projects. I had heard about RoR and Merb for web development …
0
votes
1answer
55 views
Merb authentication question
My application has user part and /admin part. There are 2 models Account (like a customer) and Admin, and I should authenticate account and admin separately. Admins should not acce …
0
votes
1answer
50 views
Testing authenticated file uploads in merb
This is something that has been driving me mad over the past few days. I have an action which allows authenticated users to upload assets to the site. I know that the controller ac …
