regdog

Results 6 issues of regdog

Hi everyone, Has anyone encountered this issue when deployed the serve app to heroku? How to solve this issue? thanks and regards, regdog

I have a complex model design. Say, the Tag model here uses single-table inheritance for different type of categories. The Tagging model use polymorphic assocation for taggings of different category...

It failed to search for Chinese by using this great gem. Should it be improved to support searching multiple languages?

feature request

When I tried the example "Message with custom buttons (yes/no) and callback function", the alert message is "Your selection: Selection Undefined". I downloaded Messi master from github and used messi.js....

I am looking for a good rich text editor for rails. I found this Kindeditor is quite good. But it seems to work only for one text area field curretnly....

I had a User model and Email attribute. So I tried to generate unique token like below. class User < ActiveRecord::Base uniquify :token do email.split('@').first.downcase