padrino
Padrino with RSpec: "bundler: command not found: rspec"
With Padrino, I created a project with Shoulda as a testing framework. I then backpedaled and removed Shoulda and added RSpec. However, after adding spec/spec.rake and spec/spec_helper.rb, I\'m having[详细]
2023-03-25 16:28 分类:问答Suddenly my admin pages won't load in Padrino (Template Engine not found)
I\'ve never had an issues with the admin pages in my app before, but after a reboot of my machine I\'m getting this error:[详细]
2023-03-24 03:17 分类:问答Multiple databases are working in dev environment, but not test
This is a Padrino project.For some reason I am getting my second database loaded in the development environment, but not the test environment.This is probably very specific to my project, and it\'s un[详细]
2023-03-22 08:34 分类:问答Ruby localization: i18n, g18n, gettext, padrino... - what's the difference?
Being somewhat new to Ruby I\'m exploring existing librar开发者_运维问答ies to do what I\'d normally do in other scripting languages, and I\'m a bit stumped by the localization libraries that might be[详细]
2023-03-14 14:51 分类:问答MongoMapper: undefined method `each' for "StandardFormBuilder":String
I\'m using MongoMapper with Padrino, and I\'m having trouble with executing any padrino tasks. I get this error for nearly every tasks.[详细]
2023-03-12 20:58 分类:问答Where to put Padrino controller files in standalone Sinatra application?
I\'m attempting to u开发者_如何学Cse Padrino\'s routing as a standalone addition to a basic Sinatra application.[详细]
2023-03-12 00:55 分类:问答Hacking rails.vim to work with Padrino
I recently cloned rails.vim (vim-rails) hoping to modify it to work with Padrino projects. Currently I\'m trying to get the Rcontroller command to look not only in app/controllers (perfect for rails[详细]
2023-02-27 01:57 分类:问答how to easily run a sinatra/padrino application on rails hoster
is ther开发者_如何学Pythone an easy way to run a sinatra (in particular a padrino) application \"as a\" rails app?[详细]
2023-02-12 08:50 分类:问答ActiveRecord partial updates in Padrino
How do I configure ActiveRecord to use partial_updates in a Padrino application? Customer < ActiveRecord::Base[详细]
2023-02-04 20:45 分类:问答Notmethod error when padrino start
unfortunately got lost in the begginning. Created first test_app using the official guidehttp://www.padrinorb.com/[详细]
2023-02-01 01:30 分类:问答