Re: [Rails] Update 'strong_parameters' from 0.1.4 to 0.2.3

2014-02-17 Thread Walter Lee Davis

On Feb 16, 2014, at 10:40 PM, Eric Jefcoat wrote:

 Hello,
 
 Can anyone tell me how to upgrade 'strong_parameters' from 0.1.4 to 0.2.3 on 
 the Terminal? When I use 'update strong_parameters' it tell me that it no 
 longer uses update. When I say upgrade it says command not found.  I am using 
 RVM.

Remember that Bundler will be doing version dependency checks to ensure that 
you don't end up with a mismatch elsewhere in your application. What version of 
Rails is this project? What does your Gemfile say about strong_parameters in 
particular? Do you just have the line

gem 'strong_parameters'

with no version information defined? Or is there a version that is specified in 
that same line? If there's no version noted, then you may be getting the latest 
version of SP for your version of Rails in this project. Try these steps and 
just see what happens:

#cd into your project folder root
bundle update strong_parameters

Walter

 
 Thank you so much for your help,
 Eric
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Ruby on Rails: Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to rubyonrails-talk+unsubscr...@googlegroups.com.
 To post to this group, send email to rubyonrails-talk@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/rubyonrails-talk/71615d9c-4cf9-48ad-b43d-f7879ff83159%40googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/B2F19F9D-BA23-44FD-8199-F01123E99AE8%40wdstudio.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Rails] Update 'strong_parameters' from 0.1.4 to 0.2.3

2014-02-16 Thread Eric Jefcoat
Hello,

Can anyone tell me how to upgrade 'strong_parameters' from 0.1.4 to 0.2.3 
on the Terminal? When I use 'update strong_parameters' it tell me that it 
no longer uses update. When I say upgrade it says command not found.  I am 
using RVM.

Thank you so much for your help,
Eric

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/71615d9c-4cf9-48ad-b43d-f7879ff83159%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.