search for: ar_fixtur

Displaying 8 results from an estimated 8 matches for "ar_fixtur".

Did you mean: ar_fixture
2006 Aug 05
10
Converting mysql to postgres
Hi, Anyone got any cool tricks for converting a Rails site (in this case, a typo installation) from a mysql database to a postgresql database? I''ve got it almost working -- I''m doing a SQL dump from mysql and loading it into postgres. However, mysql does booleans as a tinyint with 0 = false and 1 = true. When I try to import that into a postgres database that expects booleans
2006 Mar 30
3
Export Fixtures Plugin
= Description This plugin is a super lightweight tool used to export data into the test/fixtures directory. So if you want to export all your data from your production server into your development environment, this will simplify the process without having to load up your database manager. [%] rake db:fixtures:export_all RAILS_ENV=development [%] rake db:fixtures:load = INSTALLATION
2006 Apr 13
8
DevTower Beta3 Release!
...around the philosophy of responsible group-development and enforces certain development practices which you may or may not like. However, it is my belief that all are good practices for any collaborative development system. It is comprised of a few extensions to ActiveRecord::Base (via a modified ar_fixtures) and several Rake tasks to speed group development. This was one of those things that was made for use in-house. Many of you probably have scripts around that do similar things to synchronize your development (especially databases are tricky). I just happen to be making this one public. STABILI...
2006 Aug 09
1
pre-loading sql for testing mode
Hi list, Instead of using fixture for my test (because I have to many tables, and it is easier to use my interface to create the data), I prefer to import all the data from an sql file for each scenario I have ... how I can do this with rails ? thanks for help arnaud
2006 Aug 11
2
creating a development db from existing db
Hi there, I would like to copy the schema and data from an existing database and create a development db with the schema and data. Is this possible? - I have heard of doing a ''schema dump'', what about a data dump. The data in the existing db is important - I worry that doing something could delete the data. Is this fear unfounded? Chris. -- Posted via
2006 Feb 13
9
Selenium. Replacement for traditional rails functional test?
...ed that it''s a whole lot easier to do functinoal testing than writing the traditional rails functional tests. However it implies that the development database consists of standardized test data (e.g the test & dev database should have the same data). This could be achieved via the ar_fixture''s extension to AR. Is this how people are using selenium? Also, are there any advantages to the traditional functional tests that selenium doesn''t already have (Apart from being able to call the tests via rake)? Thanks & regards, Saimon -- Posted via http://www.ruby-f...
2007 Mar 13
5
Question on application/database design for a application port to rails
Hi all I am hoping that the experience and knowledge of this ''list'' will be able to help me out with some design decisions I have to make while porting a desktop app to rails. Here is the scoop: I am in the design process of porting a fairly large client/server app to rails. Average data set is about 200 MB per database/server. Altogether there are about 100 tables and about
2007 May 21
2
Rails'' fixtures suck! But what about something like this?
Sorry about the very long email, but this is a hairy topic that''s been annoying me for some time and I decided to try to do something about. Also, if you got this twice, I apologize too, but it didn''t seem to have successfully gone out the first time. Background: ---------- I''ve been dealing with Rails for about a year and a half now. I''ve been using