Re: [Rails] testing Rails

2012-08-11 Thread Colin Law
On 11 August 2012 06:26, sameena Khan emailtosameenak...@gmail.com wrote: no am running 2.3.8 Just be aware then that following a tutorial that does not match the version of rails you are using can be difficult, as whenever something does not work you do not know whether you have done something

[Rails] how do u deal with tinymce and uploaded images

2012-08-11 Thread tom
if i upload an image with tinymce while i'm in the new-article-action, how do u set a reference on that image? article has paperclip attachement. thx -- 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] Rails 3.2 assets and jQuery_mobile css , issue with jquery image urls...

2012-08-11 Thread Erwin
I am testing my first mobile app using Rails 3.2 and jQuery_mobile running as expected , BUT the app cannot display the images/icons from jQuery_mobile css... all urls are defined like that : background-image: url(images/icons-18-white.png) and obviously it doesn't cope with Rails 3.3

[Rails] Re: Rails 3.2 assets and jQuery_mobile css , issue with jquery image urls...

2012-08-11 Thread Erwin
[SOLVED] I forgot I can move all these images into : vendor/images/images .. running fine now On 11 août, 12:25, Erwin yves_duf...@mac.com wrote: I am testing my first mobile app using Rails 3.2 and jQuery_mobile running as expected , BUT  the app cannot display the images/icons from

Re: [Rails] Pop quiz: Where do you watch for job postings?

2012-08-11 Thread Dave Aronson
On Thu, Aug 9, 2012 at 11:04 AM, Ed W li...@wildgooses.com wrote: Hi all, I'm looking for some advice on where we should be putting an advert if we are looking to hire a full time rails developer? Off the top of my head: here, local RUG email lists (especially local to jobs demanding onsite

[Rails] Rails console eats my query trace

2012-08-11 Thread Andrew Vit
I understand that the default since 3.1 is not to log to development.log anymore and simply display SQL inline in the console (STDOUT). This is fine with me, and I know I can change it by reassigning the `ActiveRecord::Base.logger` to e.g. `Rails.logger`. However, I can't seem to get any of