&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
database ruby-on-rails
1
vote
1
answer
244
views
MySQL on a dedicated server vs increasing RAM on server with MySQL + Rails app
I'm running into scaling issues with a Rails app running on top of MySQL. I'm using memcached and have lots of indexes. I'm also starting to…
mysql
database
ruby-on-rails
asked
June 25, 2011 1:43 pm CDT
dan
0
votes
0
answers
50
views
Adding and removing referential integrity constraints - automatically
Is there a Rails gem, plugin or other means to automatically add or remove ALL RI constraints from your DB and schema? Or ALL of them on a per table…
mysql
ruby-on-rails
database
referential-integrity
asked
June 25, 2011 12:13 am CDT
keruilin
0
votes
1
answers
53
views
Database design for document management?
We are providing document upload on different things like tasks, feeds, comments etc.. And there are lots different permission on documents for…
mysql
ruby-on-rails
ruby
database
database-design
asked
June 24, 2011 4:33 am CDT
krunal shah
0
votes
2
answers
40
views
Should I index a date column in Ruby on Rails 3.0
Environment: MySql, Rails 3.0.7 In my user table I have a 'last_activity_date' column which is kept up to date using various after_save hooks…
mysql
ruby-on-rails
database
ruby-on-rails-3
indexing
asked
June 21, 2011 7:05 pm CDT
Andy
0
votes
3
answers
43
views
Need Book Suggestions For Web Applications
I have an iPhone app out that stores data on the device. I want to create an app with user accounts like Instagram, Path, Foursquare, Gowalla, etc.…
php
iphone
mysql
ruby-on-rails
database
asked
June 19, 2011 2:59 am CDT
Faisal
0
votes
3
answers
40
views
Is searching for a specific table faster than searching for a particular entry in a particular table?
I need to create a history table for particular resource and am trying to decide how to design it. My current thought was to create a separate table…
ruby-on-rails
database
sqlite
database-design
postgresql
asked
June 13, 2011 9:17 am CDT
ageorgie
0
votes
1
answers
32
views
Online Database for iPhone App Using Core Data
My iPhone app currently uses core data. I want to create an online database where I can sync data from my iPhone. I also want to store user account…
iphone
mysql
ruby-on-rails
database
core-data
asked
June 12, 2011 12:41 am CDT
Faisal
0
votes
2
answers
47
views
"no database" error on any database-related rake tasks
`postgresql_connection': No database specified. Missing argument: database. (ArgumentError) I installed postgresql using Homebrew and am able to…
ruby-on-rails
database
postgresql
rake
asked
June 11, 2011 8:19 am CDT
Eric M.
0
votes
0
answers
36
views
Remote Database connection through ODBC
I've got an app which pulls most data from a remote database. I've got the set-up working locally (development machine connecting to remote…
mysql
ruby-on-rails
database
odbc
remote
asked
June 3, 2011 7:03 am CDT
pedalpete
1
vote
3
answers
41
views
Using SQLite as production database, bad idea but...
Hey to all, We are currently using postgresql for our production database in rails, great database, but I am building the new version of our…
ruby-on-rails
database
sqlite
sqlite3
production-environment
asked
May 23, 2011 7:46 am CDT
Hartator
0
votes
1
answers
41
views
Ruby, Rake, Mysql - creating database
How to do? I tried something like: RAILS_ENV=production rake db:create db:load in file /lib/tasks/load_tasks.rake and this file I tried in terminal…
mysql
ruby-on-rails
ruby
database
rake
asked
May 18, 2011 4:24 pm CDT
user705586
0
votes
0
answers
47
views
Rake db:create generated "if you set the charset manually, make sure you have a matching collation" error.
I got a rails project in version 2.3.8.When i tried to run rake db:create, the below error occured. Couldn't create database for…
mysql
ruby-on-rails
database
rake
asked
May 10, 2011 10:10 am CDT
shajin
0
votes
1
answers
46
views
Ruby on rails database entry matching, storage
This is kind of a strange question, but I will try to explain it to the best of my ability. Let's say I have the following two tables: table: cars…
mysql
ruby-on-rails
ruby
database
asked
April 29, 2011 9:04 pm CDT
masedesign
0
votes
1
answer
43
views
What does DB% mean in my log file? It is giving crazy values. How to solve the issue?
How can I reduce DB values? Anybody have any idea what is going on here? Completed in 0.19635 (5 reqs/sec) | Rendering: 0.00046 (0%) | **DB: 0.04554…
mysql
ruby-on-rails
ruby
database
performance
asked
April 28, 2011 4:52 pm CDT
syna
2
votes
1
answer
34
views
How do MySQL and SQLite behave in case a system crashes during a commit?
I have a Ruby on Rails application which is not very big, but has one sticky requirement. The requirement is that in the event of a big commit there…
mysql
ruby-on-rails
database
sqlite
asked
April 28, 2011 4:42 pm CDT
Genadinik
0
votes
1
answers
44
views
Migrating two columns in SQL script to the db of my rails app
I have a SQL script that has four columns and about 100 records. I only need two columns. I want to transfer the two columns into my seeds.rb file…
sql
ruby-on-rails
database
ruby-on-rails-3
sqlite
asked
April 28, 2011 1:55 pm CDT
Justin Meltzer
0
votes
4
answers
40
views
Database implementation in order to save user activity information
I am using Ruby on Rails 3 and MySQL. In my project I would like to create an activity-stream "module" in order to save each user action information…
mysql
ruby-on-rails
database
activity
user
asked
April 23, 2011 3:17 pm CDT
user502052
0
votes
1
answers
41
views
Multiple relations with mongoid wrapper
hi, i have following problem: i have 3 models orders, users and apps, with following relations: Users: has_many :apps has_many :orders Orders:…
ruby-on-rails
database
mongodb
mongoid
relationship
asked
April 18, 2011 10:27 am CDT
Tronic
0
votes
0
answers
35
views
Rails and database disagree
Hi im new to rails (please be easy on me :P). Im using rails 3.0.5, ruby 1.9.2 and mysql2. within my rails program i make a call to the database to…
mysql
ruby-on-rails
database
asked
April 8, 2011 8:39 am CDT
Abby
0
votes
3
answers
39
views
Rails database specific queries for Heroku
Hey guys, I've been deploying some apps to Heroku recently. I run MySQL on my local dev machine and have spent a little while updating some of my…
mysql
ruby-on-rails
database
postgresql
heroku
asked
April 5, 2011 2:00 pm CDT
zoltarSpeaks
Pages
:
1
|
2
|
3
>
48
database ruby-on-rails
Tagged:
database + ruby-on-rails
Related Tags
mysql
× 415
ruby
× 318
ruby-on-rails-3
× 213
mongodb
× 153
postgresql
× 151
nginx
× 102
apache
× 102
passenger
× 100
mongoid
× 92
regex
× 87
activerecord
× 78
sqlite
× 56
heroku
× 55
database
× 48
sql
× 48
http
× 47
ssl
× 42
apache2
× 39
memcached
× 37
phusion-passenger
× 37
redis
× 29
php
× 25
gem
× 25
ubuntu
× 24
rubygems
× 22
mongomapper
× 22
https
× 17
caching
× 17
migration
× 17
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy