[HATCH] - Deleting separate applications on the same server?
6
Databases
I've been deploying several toy apps on the same server, but after I'm finished with them I would love to easily be available to delete them using Hatch's interface, instead of having to SSH into t...
Scott Johnson replied
Solved
How to perform bulk update in rails?
1
Databases
Hi there,
Here is the problem in more detail. I tried to perform bulk update on rails model, but ended up with normal save method. I have some number of records and i wanted to update their values...
ankit.k@cisiblabs.com replied
Polymorphic relationship vs STI vs Class table inheritance with RoR
4
Databases
Hi I watch your tuts and it's pretty helpful. Always thanks!
I have some question about database design.
There are three types of invoice items with following tables
1) **SubscriptionItems**,
2)...
Unknown replied
Some good ways of seeding data in my app?
2
Databases
I need some seed data for my app. How do I seed Devise users, and always as images for Paperclip?
karl replied
How would you improve these db's and associations
2
Databases
Database Structure
Hello people. I have my first proper paid Rails project to start soon, so I’ve been thinking about the database and the associations.
The two links below are the databases and...
Shaun Fahey replied
Importing datasets. Recommendations?
5
Databases
I have a few datasets that I need to import into my rails app. They vary from 100 records to 5000 which will span across a few models with various associations.
Q.1: I can cleanse the data prior ...
shakycode replied