[Rails] Paper_Trail: Show Diff Between Versions

2015-05-30 Thread Charles Denison
I'm new to Rails...using RubyMine as an IDE. I have Paper_Trail saving previous versions of the data "xoi_qb". My view is currently showing the current and previous data as I'd like, but I would like to show the diff between the current version "xoi_qb" and the previous version "xoi_qb". For insta

Re: [Rails] Respond with ID of newly create object and ok status

2015-05-30 Thread Walter Lee Davis
That's Rosie the Racing Poodle. That photo was taken when she was about a year old, and she's 8 or 9 now, but still very friendly and active. She is a very sweet and funny dog, for sure. Walter On May 30, 2015, at 12:14 PM, Taras Matsyk wrote: > Hey, if this is your pet on a profile - then >

Re: [Rails] Re: why rails new xx failed on win7 x64?

2015-05-30 Thread vikram jain
Hi, Open gem file and change https to http in " https://rubygems.org/gems/jquery-rails-4.0.3.gem";. And update bundle. On 29 May 2015 03:15, "Matt Jones" wrote: > > > On Friday, 8 May 2015 10:25:55 UTC-4, mnz hz wrote: >> >> rails new xxx >> >> ... >> >> Using jbuilder 2.2.13 >> >> *Gem::Remote

[Rails] Re: Respond with ID of newly create object and ok status

2015-05-30 Thread Taras Matsyk
Thank you, Walter! Now it makes more sense. Hey, if this is your pet on a profile - then you have a nice dog, it looks very friendly and funny! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] Re: Hiring Ruby Backend developer

2015-05-30 Thread Hudson Pereira
Hey Max, I would like to know if this is a remote job, i'm from Brazil. I'm interested to learn RoR in practice. I have 3 years of experience with backend development. Thanks in advance, Hudson. Em sábado, 30 de maio de 2015 03:52:57 UTC-3, Maxwell Levine escreveu: > > Hey all, my company is

[Rails] Re: Hiring Ruby Backend developer

2015-05-30 Thread prionko
Hello Max, Is this a remote position ? Im Saurav, based in India, and have 7+ years of experience in RoR. Do, let me know. Regards, Saurav On Saturday, 30 May 2015 12:22:57 UTC+5:30, Maxwell Levine wrote: > > Hey all, my company is hiring a Ruby backend developer for our native iOS > app. If

Re: [Rails] Simple example of fetching data from url and then parsing returned XML

2015-05-30 Thread Colin Law
On 29 May 2015 at 18:44, j...@via.net wrote: > I would like to fetch some database info. I have to construct a url with > arguments, send it then parse the returned XML. > > I quick example would be nice, but if someone could point out how to do the > following tasks, I could probable figure it ou