Re: [Rails] Database Testing in Rails

2015-01-04 Thread Scott Ribe
On Jan 4, 2015, at 3:20 PM, D. C. wrote: > > It's not practical to change the database as data arrives from a 3rd > party provider with a particular structure. Sure it is--I've done that many times. Long experience has taught me that if you're dealing with data with a crappy structure, do not

Re: [Rails] Has anyone heard of this Ruby project?

2015-01-04 Thread Scott Ribe
On Jan 4, 2015, at 2:49 PM, Star Light wrote: > > YOU seem to have an ANGER MANAGEMENT problem! Why don't you let the guy > peddle his stuff. Then MAYBE you can go an do your own instead of > trying to down talk or even worse steel someone else's work. Nobody is stealing anything. And nobody

[Rails] Re: When was central code repository of Rail entirely moved to Github?

2015-01-04 Thread shin00pku
Thank you! Fred. Your response is really helpful. Shin 在 2015年1月3日星期六UTC+8下午8时49分27秒,Frederick Cheung写道: > > On Saturday, January 3, 2015 7:21:32 AM UTC, shin...@gmail.com wrote: > > I find that the Rails repository on Github was created in Apr. 2008, > > however, the first pull request was se

[Rails] Turbolinks and autostart video in a partial

2015-01-04 Thread Walter Lee Davis
I have a Rails 4.1 application that shows video and audio HTML5 tags that have the autostart attribute enabled (by client request). When I navigate to those pages using the default Turbolinks, I often get either an audio stutter, or what sounds like multiple copies of the audio (or video soundtr

[Rails] Re: Database Testing in Rails

2015-01-04 Thread D. C.
Thanks Colin. It's not practical to change the database as data arrives from a 3rd party provider with a particular structure. You're note made me realize that I'm going about this the wrong way, however. I didn't even think to use transactions on insert. I'm accustomed to an old system where tra

Re: [Rails] Database Testing in Rails

2015-01-04 Thread Colin Law
On 4 January 2015 at 21:50, D.c. Zzz wrote: > I'm using Rails 4 and the testing framework with which it ships. > > I'm using a relational database that needs to be rigorously tested for > internal consistency. In this case, it's a sports statistics database > with player stats that are updated nig

[Rails] Database Testing in Rails

2015-01-04 Thread D.c. Zzz
I'm using Rails 4 and the testing framework with which it ships. I'm using a relational database that needs to be rigorously tested for internal consistency. In this case, it's a sports statistics database with player stats that are updated nightly. I need to run tests like the following when new

[Rails] Re: Has anyone heard of this Ruby project?

2015-01-04 Thread Star Light
YOU seem to have an ANGER MANAGEMENT problem! Why don't you let the guy peddle his stuff. Then MAYBE you can go an do your own instead of trying to down talk or even worse steel someone else's work. See yo, Star L -- Posted via http://www.ruby-forum.com/. -- You received this message beca

[Rails] Re: So close ... Static page is served

2015-01-04 Thread Frederick Cheung
On Sunday, January 4, 2015 7:04:44 PM UTC, Chris Miller wrote: > Hi Folks, > > > I am working to deploy a Ruby on Rails application on Apache. I've built the > mod_passenger tarball and copied it to > /usr/lib64/httpd/modules/mod_passenger. I've verified that ownership is > root:root, and perm

[Rails] So close ... Static page is served

2015-01-04 Thread Chris Miller
Hi Folks, I am working to deploy a Ruby on Rails application on Apache. I've built the mod_passenger tarball and copied it to /usr/lib64/httpd/modules/mod_passenger. I've verified that ownership is root:root, and permissions are 755, and there is an appropriate selinux context. So that is all