John W. Long

Results 33 comments of John W. Long

That's true, but I want it to work that way. What I would like to do is get Serve to function the other way so that it mimics the functionality...

Right, just like a regular Rack app.

Files in public should be served first, then if those URLs don't exist Serve should check the views directory.

In this case Serve is just delegating to the rackup command. You need to edit your config.ru. The very first line tells it which port to start. ## John Long...

Well, the assumption here is that if you have a project with a config.ru in it that you know which port you want it to run on, so if you...

Yes. I still want the rails_app? checks in there though. That stuff should be updated for Rails 3 though. The idea is that serve can be used to start any...

@VPenkov Please read: http://blogs.telerik.com/kendoui/posts/12-09-28/css_tip_star_selector_not_that_bad

Yes, that's unsupported. I would accept a pull-request to change the behavior though.

It could be that this is fixed in the latest embedable release of bespin, but I haven't had a chance to look at it