Tagged Questions
Merb, short for "Mongrel+Erb", is a model-view-controller web framework written in Ruby. Merb adopts an approach that focuses on essential core functionality, leaving most functionality to plugins.
6
votes
3answers
7k views
In Rails 3, how does one render HTML within a JSON response?
I'm porting an application from Merb 1.1 / 1.8.7 to Rails 3 (beta) / 1.9.1 that uses JSON responses containing HTML fragments, e.g., a JSON container specifying an update, on a user record, and the ...
6
votes
5answers
589 views
Starting with Ruby 1.9.x, Rails 3, and/or Merb
I need to spend some serious time reading about changes in Ruby 1.9.1 and upcoming Rails 3/Merb. Can people suggest any articles to read?
Not really looking for one answer, just kinda looking for a ...
6
votes
12answers
2k views
Should I learn Rails or Merb?
Background: After taking time to reflect on the answers to a question I asked just yesterday regarding which web-focussed language to learn for a beginner (link) I decided that I would most likely ...
5
votes
1answer
818 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 framework that ...
4
votes
2answers
268 views
Destroying nested resources in restful way
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.
Here ...
4
votes
4answers
1k views
Rails - render :action to target anchor tag?
I'm looking to use render like so:
render :action => 'page#form'
I also tried this:
render :template => 'site/page#form'
That didn't work either. The form on this particular page is at the ...
4
votes
1answer
1k views
Ruby Datamapper table inheritance with associations
I started learning Datamapper and what I liked about it was that I can write my models with real inheritance.
Now I wonder, if it is possible to be more advanced about this:
class Event
include ...
4
votes
6answers
407 views
Is the documentation of Merb as poor as it seems?
I've read only good things about Merb, but the documentation on the website is basically the api reference, and right now there is no books already published.
Any resources about Merb?
I guess that ...
4
votes
6answers
1k views
Ruby On Rails/Merb as a frontend for a billions of record app
I am looking for a backend solution for an application written in Ruby on Rails or Merb to handle data with several billions of records. I have a feeling that I suppose to go with a distributed model ...
4
votes
7answers
633 views
is it time to try merb?
With Merb 1.0 rapidly approaching, I would like to know what Merb/Rails users recommend?
Is it time to try Merb? What was downside for you when you switched to Merb from Rails?
3
votes
2answers
131 views
What can I expect as the core stack for Rails 3.0 and what will I need to include now as a plugin
So Rails and Merb are sort of merging in Rails 3.0? Thats how its been described to me anyway. This means that a lot of what made Rails, Rails will now be moved to plug-ins so that it can be more ...
3
votes
3answers
364 views
How many Ruby threads is too many?
I'm coding a Merb application which uses a combination of SimpleDB and Tokyo Tyrant for storage. For both of these data stores I'm implementing IN (list) type-functionality by spinning up a thread for ...
3
votes
2answers
1k 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
3
votes
2answers
116 views
Caching best practiced in Merb
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 im looking for a way to cache ...
3
votes
3answers
1k views
What are scenarios in which one would use Sinatra or Merb?
I am learning Rails and have very little idea about Sinatra & Merb. I was wondering are the situations where you would use Merb/Sinatra.
Thanks for your feedback!
2
votes
2answers
287 views
Something like Merb Parts in Rails 3?
Is there anything like Merb Parts in Rails 3 out there now?
I've seen Rails Cells, but felt like nobody was using them.
What are your thoughts? Are these suitable for widgets?
2
votes
2answers
103 views
RFC2616 : Do I really need to set WWW_Authenticate when returning 401?
According to RFC2616 if I return 401 in response to a request to my (Ruby) server, I "MUST include a WWW-Authenticate header field." Is this really true? Not setting the header seems to have no ...
2
votes
2answers
371 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 using Google Reader, who ...
2
votes
1answer
708 views
invalid gem format
Installing Merb on Ruby Enterprise Edition (OS X) throws this error, any ideas?
sudo gem install merb
ERROR: Error installing merb:
invalid gem format for ...
2
votes
13answers
870 views
Framework/Language for new web 2.0 sites (2008 and 2009)
I know I'll get a thousand "Depends on what you're trying to do" answers, but seriously, there really is no solid information about this online yet. Here are my assumptions - I think they're similar ...
1
vote
0answers
53 views
Multi tenancy with Merb, DataMapper and CouchDB (or MongoDB)
Does Anyone know to achieve, or have any resources about, muti tenancy involving these technologies?
Additionally, is it recommendable to store sensitive data in a relational database and other kinds ...
1
vote
0answers
157 views
no such file to load — spec in merb
i have created a app in merb. my gemfile has => gem "rspec", :require => "spec". if i run the rake -T or rake routes, my rake task is aborted with the above error.
if the gem is not mentioned in the ...
1
vote
3answers
105 views
Moving on from Merb - where can I find a home?
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). ...
1
vote
0answers
92 views
Migrate from Merb to Rails3
What is the best way to migrate from Merb to Rails3 ,i had a look at merb-to-rails3
gem but i don't thing only with that gem i can completely migrate because the helper methods the gem provides are ...
1
vote
2answers
793 views
RVM, Merb, Rake and RSpec
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:
sam@shiny-dev:~/Projects/mojo$ rake db:migrate
(in ...
1
vote
2answers
1k views
Merb, Bundler, RVM and 1.9.1 = Could not locate Gemfile (Bundler::GemfileNotFound)
Can anyone suggest how to fix this (Ubuntu 9.10):
/home/chris/.rvm/gems/ruby-1.9.1-p378/gems/bundler-0.9.26/lib/bundler/shared_helpers.rb:42:in `default_gemfile': Could not locate Gemfile ...
1
vote
0answers
196 views
Mixed dynamic routes in Rails/Merb
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. ...
1
vote
3answers
285 views
Problems with Merb on Snow Leopard
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:
foo:beta ...
1
vote
0answers
62 views
Merb multidomain session cookie
Is there a way to set session cookie work for all subdomains (e.g. *.domain.com) from Merb configuration file (config/init.rb)
Looking for something like
Merb::Config.use do |c|
...
1
vote
1answer
75 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
...
1
vote
1answer
581 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
......blah.....
= ...
1
vote
4answers
270 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 in ruby. I am ...
1
vote
2answers
612 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.
1
vote
1answer
106 views
Storing Application Text: Inline vs. Separate File
I'm working on a Merb application using Haml as the templating language. As haml encourages moving logic out of the view and into helpers, I soon started thinking about removing the copy / text from ...
1
vote
3answers
280 views
All I need is ActiveRecord and ActiveMailer, should I use Rails/Merb?
I have a small web application that is currently running on Sinatra. It only has two pages so I don't really need controllers or many views. I have included ActiveRecord to interact with a database ...
1
vote
2answers
525 views
Ruby Atom generator to use with merb
I want to provide feed in my merb application. After reading wikipedia, RSSvsAtom and seeing that StackOverflow uses it, I think I will use Atom. What library should I use? I have found rAtom that ...
1
vote
3answers
167 views
Best way to list a Merb::Slices dependencies?
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 how to access it?
I'm ...
1
vote
1answer
134 views
merb_auth_password_slice does not maintain the session
Having integrated merb_auth_password_slice as per the README, I can successfully login as redirect_after_login is being triggered, although session.authenticated? returns false.
Just trying the basic ...
1
vote
4answers
620 views
Using Merb for Facebook Application
Since Rails is not multithreaded (yet), it seems like a threaded web framework would be a better choice for a Facebook application. (reason being is cuz each Rails process can only handle one request ...
0
votes
1answer
47 views
Datamapper 'belongs_to / has n' ignoring :required => false
I recently inherited an old merb app that uses datamapper as its orm. I'm not too familliar with DM so there is probably something obvious I'm overlooking. I have a simple relationship between two ...
0
votes
0answers
43 views
delayed job for merb
I am trying to use delayed_job with merb. I found out the support for merb was removed from delayed_job.
However, I came across emipair-delayed_job ( http://rubygems.org/gems/emipair-delayed_job), ...
0
votes
0answers
17 views
Airbreak seup in Merb Application
I have an merb based application, I need to install airbreak into. Since merb is rack based app so I have followed instruction to setup airbreak for Rack App. I ran application in production ...
0
votes
1answer
30 views
merb - no such file to load lib/exceptions
I'm maintaining an old merb applications (merb 1.1.3). I recently switched to ruby 1.9.2 (via rvm) and did a bundle install successfully.
Now when I try to run the applications I get an error. no ...
0
votes
0answers
226 views
Require in merb gems throws “no such file to load” (installing chef-server on FreeBSD)
I have some problems with merb and family not being able to find other gems on my FreeBSD box.
[root@chef ~]# merb
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.1.3/bin/merb:13:in `require': no such ...
0
votes
0answers
17 views
handle ajax request to replace a div by a partial in merb
the method to be called-
def load_accounts
84 provides :js
85 unless params[:accounts_chart_id].blank?
86 accounts_chart = AccountsChart.get(params[:accounts_chart_id])
87 ...
0
votes
0answers
49 views
issue with merb select helper
I am facing an issue with merb helper. Here's the lines causing the error:
= form_for @group, :action => resource(:groups), :method => 'POST', :id => 'create-group', :class => ...
0
votes
1answer
64 views
How do set Merb / DataMapper / JRuby / Windows to accept concurrent requests?
I have my site running fine with a simple 'merb' command. I'd like to spawn multiple processes, or threads or whatever, so that a long DB request (or more often, a long PDF building request) doesn't ...
0
votes
1answer
160 views
If SASS is part of HAML, why do I need Compass in Merb?
This is a theoretical question as much as a practical one. I just can't wrap my head around how all these technologies mesh...
I have heard various things including:
"HAML and SASS are included in ...
0
votes
0answers
469 views
Problem with rake jobs:work
while i am running rake jobs:work.
I am getting this error.
** Invoke jobs:work (first_time)
** Invoke merb_env (first_time)
** Execute merb_env
** Invoke environment (first_time)
** Execute ...
0
votes
2answers
66 views
sqlite is required for merb?
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 ...