I am trying to use mongoid_fulltext and can\'t seem to get the migrations to create the indexes needed.When I try:
I need to be able to add indexes to my Mongoid database in a Padrino project.I saw that they added rake tasks for this here:
I have a separate app called \"api\" that I\'d like to link to from my admin app.But if I do a link like:
i\'m looking for a way to open and use websockets from within a Padrino application. i know Padrino works with a single thread but i\'m looking for a way to open websockets and share variables between
I\'m building a card game (basic 52 card deck of playing cards 4 suits * 13 ranks), and I\'ve decided on MongoDB for this project.
I have a Padrino project, that consists of multiple apps. For example: Website (Models: Site, Page) Blog (Models: Post, Comment)
When using heroku console, I always get \"Internal server error\" when an exception is raised rather than a stacktrace as I would expect.
I have been programming with both Sinatra and Padrino for quite some time now. However, I am still not able to find the right authentication and authorization solution for Padrino. Let me explain my e
Padrino 0.10 gem installed activesupprt 3.0.9 which requires ruby >= 1.8.7. I am Working on Ruby 1.8.6 can any one suggest me which version of Padrino works开发者_开发技巧 fine with Ruby 1.8.6 ?
Take a look at the code on GitHub. What\'s happening is I try to create a Schedule (one of the models) and it is suddenly failing to do anything. Using the built-in Padrino server, it is not outputti