[Rails] [ANN] Tickets for EuRuKo 2013: Calling All Ruby Brigades!

2013-04-18 Thread Nikos Dimitrakopoulos
The clock is ticking and everyday brings us closer to EuRuKo 2013! EuRuKo is taking place this year in Athens on June 28-29[1]. If this isn’t a good reason to take some days off and come visit Greece, then I can’t image what is :) Repeating the successful idea that started last year in Amsterdam,

[Rails] [ANN] Euruko 2013 CfP

2013-03-29 Thread Nikos Dimitrakopoulos
Euruko 2013 is taking place in Athens, Greece! We are very excited to announce that Call for Proposals for EuRuKo 2013 is now open (http://cfp.euruko2013.org/) and you can send your proposals until April 23rd! We have put a lot of effort in order to create a selection process that will encourage

[Rails] has_one :dependent = :destroy error (in `configure_dependency_for_has_one': compile error (SyntaxError))

2011-03-07 Thread Nikos Dimitrakopoulos
Hi I'm getting the following error : /Users/nikosd/.rvm/rubies/ree-1.8.7-2011.02/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/nikosd/.rvm/gems/ree-1.8.7-2011.02@.../bin/rake test Testing started at 12:00 PM ... (in /Users/nikosd/Work/.../.../...)

[Rails] Re: Bypassing ORM for performance, is it worth it ?

2011-02-15 Thread Nikos Dimitrakopoulos
I've done it before on a very specific case that we wanted to load a very big graph of objects and performance was the #1 priority. Using explicit select (aka not loading all the data) and not instatiating AR objects (through connection.select_all) *does make a huge* difference but it's only

Re: [Rails] Re: Which install method for rvm on production server?

2011-02-13 Thread Nikos Dimitrakopoulos
this will be handy - thanks for sharing :) On Sun, Feb 13, 2011 at 21:07, Fernando Perez li...@ruby-forum.com wrote: I enabled PermitUserEnvironment for ssh and added GEM_PATH as well as PATH to ~/.ssh/environment, and still it had no effect at all. Frustrating. -- Posted via

[Rails] Re: when migrating add_index error: invalid date

2011-02-11 Thread Nikos Dimitrakopoulos
Replace mysql2 gem with mysql (at least for development mode under windows). Solved here : https://groups.google.com/d/msg/rubyonrails-talk/a-wyECimZ5g/1F0sgAcje0cJ -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group,

[Rails] Re: Best way to populate development database

2011-02-08 Thread Nikos Dimitrakopoulos
, Hesham wrote: My app is not live yet so I will need some sort of random data generator for this. On Feb 8, 11:32 am, Nikos Dimitrakopoulos demi...@gmail.com wrote: obviously :D I was just thinking that could reuse configuration in your database.yml (for credentials, database

[Rails] Re: Automatically populate database fields?

2011-02-08 Thread Nikos Dimitrakopoulos
Seeds are the way to go I guess. See http://ryandaigle.com/articles/2009/5/13/what-s-new-in-edge-rails-database-seeding and http://railscasts.com/episodes/179-seed-data. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this

[Rails] Re: mysql quotation wonky

2011-02-08 Thread Nikos Dimitrakopoulos
Mine are running ok in 3.0.3 (and I will try 3.0.4 tomorrow). What environment are you running on (os, ruby, gems, etc)? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

[Rails] Re: Automatically populate database fields?

2011-02-08 Thread Nikos Dimitrakopoulos
Sorry for polluting your inboxes : here's another technique for directly dumping/loading data from the database (if you're using mysql). -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

[Rails] Re: Automatically populate database fields?

2011-02-08 Thread Nikos Dimitrakopoulos
Arrrgh!!! http://www.agileweboperations.com/seed-data-in-ruby-on-rails (time to go to bed :/) On Wednesday, February 9, 2011 1:47:36 AM UTC+2, Nikos Dimitrakopoulos wrote: Sorry for polluting your inboxes : here's another technique for directly dumping/loading data from the database

Re: [Rails] Best way to populate development database

2011-02-07 Thread Nikos Dimitrakopoulos
How do you do it? Regular sql dump tool (like mysqldump) and then some rake task for importing it on the development database? On Tuesday, February 8, 2011 1:42:22 AM UTC+2, paul wrote: Do you have your app deployed? What I do is populate development with a recent backup of my live server

[Rails] Re: Ruby on Rails Job Board

2011-02-07 Thread Nikos Dimitrakopoulos
This *may* be useful http://blog.nikosd.com/2008/09/ruby-rails-jobs-in-europe-usa-and.html (although it's 2 years old with some updates) On Tuesday, February 8, 2011 12:26:47 AM UTC+2, Ruby-Forum.com User wrote: Hi, I am wondering if you guys know of any good places to post a job for Ruby on

Re: [Rails] Best way to populate development database

2011-02-07 Thread Nikos Dimitrakopoulos
-u root -p database dump.sql On Tue, Feb 8, 2011 at 2:03 PM, Nikos Dimitrakopoulos demi...@gmail.comwrote: How do you do it? Regular sql dump tool (like mysqldump) and then some rake task for importing it on the development database? On Tuesday, February 8, 2011 1:42:22 AM UTC+2, paul

[Rails] Re: Which install method for rvm on production server?

2011-02-06 Thread Nikos Dimitrakopoulos
I was thinking to do the same with an upcoming deployment. Does anyone have experience on this to point out possible downsides? On Sunday, February 6, 2011 1:31:01 PM UTC+2, Frederick Cheung wrote: On Feb 6, 11:06 am, Fernando Perez li...@ruby-forum.com wrote: Hi, I read a lot of

[Rails] Re: when is_a? fails and a Foo isn't a Foo

2011-02-06 Thread Nikos Dimitrakopoulos
Could it be something that has to do with ARel and instead of getting an object as a result you get an active relation/proxy? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to