Hi All,
I am a Ruby Developer... I am looking for a new ROR (sub)
contract/freelance role.
In my last contract i actively contributed to the web project and using
Rails, Postgresql, CoffeeScript, jQuery, TDD/BDD based testing with Ruby
(RSpec, Cucumber, Capybara) libraries to develop web applications.
I am available for an immediate start.
Thanks
--
Ikenna
---------- Forwarded message ----------
From: Phil Crissman
<phil.crissman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Thu, May 24, 2012 at 11:40 PM
Subject: Re: [Rails] Help with inserting multiple records via console
To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Not exactly, you could create an array of params hashes and iterate over
it. Using your example, it would be something like:
[{:title => "Test title 1", :body => "Test body text 1,
..", :published_at
=> Date.today}, {:title => "Test title 2", :body =>
"Test body text 2..",
:published_at => Date.today}].each{ |params| Article.create(params) }
At some point you might want to look into gems like factory_girl; usually
used for testing, but could also be used to seed a development environment
with a little more convenience.
Phil
On Wed, May 23, 2012 at 7:54 PM, captain awesome <
mr.captain.awesome-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> I''m fairly new to Rails and was wondering would it be possible to
insert
> multiple records via the console?
>
> I tried variations along the lines of this but all failed.
> Article.create {:title => "Test title 1", :body =>
"Test body text 1, ..",
> :published_at => Date.today} {:title => "Test title 2",
:body => "Test body
> text 2..", :published_at => Date.today}
>
> If this is possible, please help.
>
> Thank you
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/rubyonrails-talk/-/R1JqmUkh-J8J.
> To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
>
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.