Tagged Questions

1
vote
3answers
99 views

Ruby Based Blogging Engine

What Rack enabled blogging engines exist? I want to deploy a free blog to heroku and need more customizabilty than the free hosting of Wordpress.com or Blogerty provide. Also in …
0
votes
2answers
81 views

Using Rack::Session::Datamapper

mkristgan's rack_datamapper gem says that it "can be wrapped to be used in a specific environement, i.e. Rack::Session::Datamapper". Unfortunately, I don't know quite enough abou …
-3
votes
2answers
224 views

Re-entrant subrequests in Rack/Rails

I've got a couple Engine plugins with metal endpoints that implement some extremely simple web services I intend to share across multiple applications. They work just fine as they …
1
vote
4answers
232 views

Posting a large body crashes our stack — but only in production mode?

Our Rails application has two environments that we deploy to servers a Staging environment and the default Production environment. The staging.rb file is a copy of the production …
5
votes
3answers
120 views

Having trouble debugging Sinatra app in production

Hello Stackies, I'm deploying a Sinatra app using passenger. The deployed app is working, but not entirely: some paths work fine, others simply render a blank page. I can't seem t …
0
votes
0answers
17 views

Ruby 1.9 encoding problems with Sinatra and Rack

For giggles I tried to start my blog using ruby 1.9. All the gems compile and work, but I crank it up and open it in a browser, I get this: Many newlines I haven't found any usef …
0
votes
2answers
154 views

set method to PUT in rails XML requests

if I do this: curl -X POST -H 'Content-type: application/xml' -d '<person>...</person>' 'http://0.0.0.0:3000/people/12?_method=PUT' I get "Only get, put, and delete …
1
vote
1answer
74 views

How to configure VirtualHost for a Sinatra App with Passenger?

Hey experts, i run a rails app on passenger and it all works like it should. Now i want to add an sinatra app to run as rack application with passenger, but i always get a routin …
4
votes
4answers
340 views

JRuby / Rack deployment

I know this is pretty exotic, but I want to deploy a Ruby web application (not Rails, but Rack based, so it plugs into most Ruby servers just fine) using JRuby. Google and friends …
0
votes
1answer
155 views

Rack fails with Rails when I try to upload file (using paper clip) on Ruby 1.9

Hi, I have a Ruby on Rails application I'm using Ruby 1.9 and Rails 2.3.4 and I want users to upload videos so I installed Paperclip gem but I'm getting this error from Rack. The …
0
votes
0answers
52 views

What is meant by the Passenger-enabled Nginx error ‘rack_env directive is duplicate’?

When we try to start Nginx, we see this error that prevents Nginx from starting. The error exactly is: "rack_env" directive is duplicate We have set rails_env and rack_env... doe …
0
votes
0answers
62 views

Ruby, Rack and headers such as “Accept-Ranges” or “X-Content-Duration”

Does anyone have an example of how to add additional headers to the Thin Ruby server? Specifically, I need to add either "Accept-Ranges" or "X-Content-Duration" for media based fil …
0
votes
2answers
152 views

Running gem server in passenger

I'm running a few rails/rake apps in Apache/passenger and I want to add the documentation app served by gem server to these apps, so I can easily give it a special (sub)domain, lik …
0
votes
1answer
96 views

rack-jsonp not working for simple requests but works for .js calls in Rails 2.3

I am using Rails 2.3 and I decided to provide support for JSONP. Created a brand new application. Then ran script/generate scaffold User name:string This is my entire environment. …
1
vote
1answer
280 views

User sign-up with email verification, and authentication in Ruby

I'm trying to make a web app in Sinatra, and I was wondering if there was a good solution for user sign-up with email verification, as well as authentication - perhaps as rack midd …

1 2 next
15 30 50 per page