bowtie icon indicating copy to clipboard operation
bowtie copied to clipboard

Simple admin interface for MongoMapper (mongo) & DataMapper (dm) models.

Results 3 bowtie issues
Sort by recently updated
recently updated
newest added

Hello, Your work saved me time. I need some features, so I used the time you save me for add, in this case, a select (drop down) in forms where...

Where this is likely to come up, is if you have a join table. e.g. ``` class PostUsers include DataMapper::Resource belongs_to :post, :key => true belongs_to :user, :key => true...

Hi Tomas Sorry for troubling you with such a noob question but, but I just can't seem to get bowtie running. I have all the required gems, and modified my...