Ruby on Rails Tuesday, October 31, 2017

I am reading the Active Storage documentation available here and I am trying to find out how to display a progress bar. Just to test I added the following code inside my application.js

The image gets uploaded on amazon just fine but I see nothing in browser's console

	addEventListener("direct-upload:initialize", doSomething, false);    	function doSomething(e) {  		alert("Event is called: " + e.type);  	}  

I also tried this but I do not see anything in console.

document.getElementById("image_form").addEventListener("direct-upload:initialize", function() {    console.log('direct-uploads:initialize')  });    document.getElementById("image_form").addEventListener("direct-uploads:end", function() {    console.log('direct-uploads:start')  });  

I would like to know how to make use of the events available? 


Any help will be really appreciated as I am really stuck and cant find any material on how to do this.

--
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+unsubscribe@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/70f36783-8c1a-4854-b797-5075eadef0a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

You can try something like this if the requirements match:

  match "/*path", to: redirect { |params, request|
    # Add your logic here or delegate the work to a specific class

    # Proof of concept
    slug = 'jazz' # You get the slug from the params
    price_category = true # You deduce if the slug matches any of your tags
 
    if price_category
      "/#{slug}?price=cheap"
    else
      slug
    end

  }, via: :all

--
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+unsubscribe@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/CAL37D8F36mDnbzEHfW4P4_9aLaKP12PJLJRkC3nNn__t%3DHu8XA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails Thursday, October 26, 2017

Hi, I've attached my resume.

Don't forget to visit my website to view all my certificates, android apps and websites I'm working on.


Thanks,
Joe

On Thu, Oct 26, 2017 at 12:16 PM, Miranda Krayca <mkrayca09@gmail.com> wrote:

Hello!


We have an immediate need for a Ruby on Rails Developer for a 12-month contract in Broomfield, CO with opportunity to convert to perm.  We are bringing this person in to work on the automation platform, written in Ruby – needs good Ruby skills and front-end ruby on rails skills. Desirable experience of network administration and systems administration – specially a WAN environment and white box servers, what it takes to load applications, start serving the content and general build process.


Our client is larger, but this team works more as a start-up minded company- looking for someone who can roll up their sleeves and get things done. Small tight knit group team, working with other developers on the application, doing demos, working with stake holders. An in-depth knowledge of Ruby and Rails, Salt Stack (Config Manag.) preferred and mySQL.


If you are qualified, interested, and available, or know someone who is, please forward an updated resume and rate information to miranda.krayca@comcentric.com for immediate consideration.


Thank you,


Miranda Krayca

Recruiter


--
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+unsubscribe@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/09bb0575-b58b-439a-8342-fe5d0e7fa3bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAOFgAMmAJWzfAcWdQsj%2B_U%3Dr8yGKRS8%2B_ExZDD-aSMJYmXq8qQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Hello!


We have an immediate need for a Ruby on Rails Developer for a 12-month contract in Broomfield, CO with opportunity to convert to perm.  We are bringing this person in to work on the automation platform, written in Ruby – needs good Ruby skills and front-end ruby on rails skills. Desirable experience of network administration and systems administration – specially a WAN environment and white box servers, what it takes to load applications, start serving the content and general build process.


Our client is larger, but this team works more as a start-up minded company- looking for someone who can roll up their sleeves and get things done. Small tight knit group team, working with other developers on the application, doing demos, working with stake holders. An in-depth knowledge of Ruby and Rails, Salt Stack (Config Manag.) preferred and mySQL.


If you are qualified, interested, and available, or know someone who is, please forward an updated resume and rate information to miranda.krayca@comcentric.com for immediate consideration.


Thank you,


Miranda Krayca

Recruiter


--
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+unsubscribe@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/09bb0575-b58b-439a-8342-fe5d0e7fa3bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails Wednesday, October 25, 2017

I created a little app builder so I can study features and rebuild them many times to learn. Running it creates an app with jwt token auth and views too.



This was generated by bashrail - https://github.com/dgleba/brail347a22

Maybe it could help you.

--
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+unsubscribe@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/acd41548-b79b-4b92-a4d5-17dcfd7f3437%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails Tuesday, October 24, 2017

Finally solved.
The root cause was config.assets.debug = true in development.rb.
When I commented it, it worked!
The conclusion is config.assets.debug has a bug with relative_url_root.

Thanks,
Kusumoto 


2017年10月25日水曜日 0時45分19秒 UTC+9 Takuya Kusumoto:
Thanks. Already tried. But the option changes asset directory under public.
It made the situation worse... (all of assets becomes 404)


2017年10月25日水曜日 0時25分55秒 UTC+9 bot Peña:
see config.assets.prefix

On Tue, Oct 24, 2017 at 11:01 PM, Takuya Kusumoto <kusu...@gmail.com> wrote:
> I guess asset compile is failing with relative_url_root...
> Any bugs reported?

--
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+unsubscribe@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/11de8905-fecf-4345-9b2c-9d58ef31b58c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Thanks. Already tried. But the option changes asset directory under public.
It made the situation worse... (all of assets becomes 404)


2017年10月25日水曜日 0時25分55秒 UTC+9 bot Peña:
see config.assets.prefix

On Tue, Oct 24, 2017 at 11:01 PM, Takuya Kusumoto <kusu...@gmail.com> wrote:
> I guess asset compile is failing with relative_url_root...
> Any bugs reported?

--
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+unsubscribe@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/eba2a8ae-d245-4afa-9db1-87923dd67913%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

see config.assets.prefix

On Tue, Oct 24, 2017 at 11:01 PM, Takuya Kusumoto <kusutaku@gmail.com> wrote:
> I guess asset compile is failing with relative_url_root...
> Any bugs reported?

--
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+unsubscribe@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/CAAwHHQj%2BwsJXJWgTR9W0i8P7Jqty8fveNTTN_y_AmP2ZXJ9umw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

I guess asset compile is failing with relative_url_root...
Any bugs reported?

Kusumoto


2017年10月24日火曜日 23時52分25秒 UTC+9 Takuya Kusumoto:
Hello.

I faced 404 errors for asset pipeline URLs when I set config.relative_url_root with Rails 5.1.4/
What I did was as follows.

1. Put the following lines in development.rb.
ENV["RAILS_RELATIVE_URL_ROOT"] = "/subdir"
config.relative_url_root = "/subdir"

2. Modified config.ru as follows.
map ActionController::Base.config.relative_url_root || "/" do
  run Rails.application
end

3. Then start rails server
rails server puma -d -b 0.0.0.0

4. See the application application page

Some of asset URLs get 404 error and not shown.
Of course, commenting #1 works well.

Could you please advice how to fix this?
Someone, please try to do above as it's easy to setup...

Thanks,
Kusumoto

--
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+unsubscribe@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/2c1537a3-570a-4013-81d2-7f3e5502aefe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

RAILSROOT CONNECTING RAILS DEVELOPERS 

FIND RAILS DEVELOPERS AND RAILS COMPANIES GLOBALLY

--
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+unsubscribe@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/8bb45a29-1d96-42b4-b4c3-e736cb2ecf20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Hello.

I faced 404 errors for asset pipeline URLs when I set config.relative_url_root with Rails 5.1.4/
What I did was as follows.

1. Put the following lines in development.rb.
ENV["RAILS_RELATIVE_URL_ROOT"] = "/subdir"
config.relative_url_root = "/subdir"

2. Modified config.ru as follows.
map ActionController::Base.config.relative_url_root || "/" do
  run Rails.application
end

3. Then start rails server
rails server puma -d -b 0.0.0.0

4. See the application application page
http://localhost:3000/subdir

Some of asset URLs get 404 error and not shown.
Of course, commenting #1 works well.

Could you please advice how to fix this?
Someone, please try to do above as it's easy to setup...

Thanks,
Kusumoto

--
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+unsubscribe@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/a63e8086-c61a-4ed7-bfce-ee15c776ef7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Sorry, check the sell-by date on that last one. Look here: https://github.com/plataformatec/devise/wiki/How-To:-Simple-Token-Authentication-Example

Token was taken out of Devise proper, but it still lives in third-party gems.

Walter

> On Oct 24, 2017, at 2:08 AM, James <learnrailswithme@gmail.com> wrote:
>
> As this is api we don't have views. <%= debug current_user %> can't be done. I have just used devise gem am trying to override the login of devise as devise have its own login process but in api it does not work that way.. Correct me am wrong..
>
> On Tuesday, October 24, 2017 at 6:44:23 AM UTC+5:30, Walter Lee Davis wrote:
>
> > On Oct 23, 2017, at 7:57 AM, Learn Rails <learnrai...@gmail.com> wrote:
> >
> > Hi all,
> >
> > I am using devise gem in my rails5 api. There is a endpoint for login am using my own endpoint for login and when I try to login it works fine but devise related column are not updating like sign_in_count and ip related. can some on help me how can I do those things and any guide to create api with rails5..
> >
> >
>
> What do you see in your rails log when you log in? Are any errors shown in the log? When you say "it works fine", what does that mean? Do you have
>
> before_action :authenticate_user!
>
> on one of the controllers you are able to navigate to after you log in? If not, the fact that you can get to one of the routes in that controller means nothing vis-a-vis Devise.
>
> What do you see on a view where you have added this line of ERB:
>
> <%= debug current_user %>
>
> As to the API, the Rails Guide is a pretty good place to start: http://guides.rubyonrails.org/api_app.html
>
> Walter
>
> >
> > Thanks in advance..
> >
> > --
> > 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-ta...@googlegroups.com.
> > To post to this group, send email to rubyonra...@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/afaa1ac6-4999-436e-bf2e-7ff02ec0663b%40googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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+unsubscribe@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/5f91bf19-c1cf-49f4-b2ed-d1a1e2f32cd1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/54C29950-ACD3-4F7E-8621-452A8F5257A5%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

> On Oct 24, 2017, at 2:08 AM, James <learnrailswithme@gmail.com> wrote:
>
> As this is api we don't have views. <%= debug current_user %> can't be done. I have just used devise gem am trying to override the login of devise as devise have its own login process but in api it does not work that way.. Correct me am wrong..

I see, didn't get that. I did a quick google, and found this, which may apply in your case then. If you're not using token_authenticatable in your model, then you should add it. http://jessewolgamott.com/blog/2012/01/19/the-one-with-a-json-api-login-using-devise/

Walter

>
> On Tuesday, October 24, 2017 at 6:44:23 AM UTC+5:30, Walter Lee Davis wrote:
>
> > On Oct 23, 2017, at 7:57 AM, Learn Rails <learnrai...@gmail.com> wrote:
> >
> > Hi all,
> >
> > I am using devise gem in my rails5 api. There is a endpoint for login am using my own endpoint for login and when I try to login it works fine but devise related column are not updating like sign_in_count and ip related. can some on help me how can I do those things and any guide to create api with rails5..
> >
> >
>
> What do you see in your rails log when you log in? Are any errors shown in the log? When you say "it works fine", what does that mean? Do you have
>
> before_action :authenticate_user!
>
> on one of the controllers you are able to navigate to after you log in? If not, the fact that you can get to one of the routes in that controller means nothing vis-a-vis Devise.
>
> What do you see on a view where you have added this line of ERB:
>
> <%= debug current_user %>
>
> As to the API, the Rails Guide is a pretty good place to start: http://guides.rubyonrails.org/api_app.html
>
> Walter
>
> >
> > Thanks in advance..
> >
> > --
> > 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-ta...@googlegroups.com.
> > To post to this group, send email to rubyonra...@googlegroups.com.
> > To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/afaa1ac6-4999-436e-bf2e-7ff02ec0663b%40googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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+unsubscribe@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/5f91bf19-c1cf-49f4-b2ed-d1a1e2f32cd1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/69F80192-5381-4BDD-A3D9-E959FE6707D7%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

forget the last email 

On Oct 24, 2017 3:26 AM, "Robby O'Connor" <robby.oconnor@gmail.com> wrote:
Also stick to one email address.

On Oct 24, 2017 3:25 AM, robby.oconnor@gmail.com wrote:
Start by doing a Google search for one.

On Oct 24, 2017 2:45 AM, "Learn Rails" <learnrailswithme@gmail.com> wrote:
Thanks for your response... I have no clue where should I start my work for this social login.. gems needed are omniauth-facebook.. any guides or tutorials for this social login api..

On Tue, Oct 24, 2017 at 11:50 AM, Robby O'Connor <robby.oconnor@gmail.com> wrote:
there's also devise-token-auth

On Oct 24, 2017 2:20 AM, "Robby O'Connor" <robby.oconnor@gmail.com> wrote:
devise and omniauth.

On Oct 24, 2017 2:19 AM, "James" <learnrailswithme@gmail.com> wrote:
Hi all,

I need to give social logins end point for facebook and gmail using rails api. Can anyone suggest me how can I achieve this one any guide plz..

Thanks in advance.. 

--
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+unsubscribe@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/3e399100-dc05-4510-9590-e1875ec4cd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/eSt51qDuLWU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-talk+unsubscribe@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/CAPncwv%2Bz_FJU5QQHjfS3WdJuxhhQWYUH86%3DpvCb11VSW96m9Vg%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAEQF7mQy0SO9mn%2BOob7i1_diS%2BoosAMHvBFTD_U527DG4jc-Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAPncwvK37kSK%2BJBfVcndt38mm6k43q%2Bh0Ak0%3D2G9y-WLieT%3DmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Also stick to one email address.

On Oct 24, 2017 3:25 AM, robby.oconnor@gmail.com wrote:
Start by doing a Google search for one.

On Oct 24, 2017 2:45 AM, "Learn Rails" <learnrailswithme@gmail.com> wrote:
Thanks for your response... I have no clue where should I start my work for this social login.. gems needed are omniauth-facebook.. any guides or tutorials for this social login api..

On Tue, Oct 24, 2017 at 11:50 AM, Robby O'Connor <robby.oconnor@gmail.com> wrote:
there's also devise-token-auth

On Oct 24, 2017 2:20 AM, "Robby O'Connor" <robby.oconnor@gmail.com> wrote:
devise and omniauth.

On Oct 24, 2017 2:19 AM, "James" <learnrailswithme@gmail.com> wrote:
Hi all,

I need to give social logins end point for facebook and gmail using rails api. Can anyone suggest me how can I achieve this one any guide plz..

Thanks in advance.. 

--
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+unsubscribe@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/3e399100-dc05-4510-9590-e1875ec4cd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/eSt51qDuLWU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-talk+unsubscribe@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/CAPncwv%2Bz_FJU5QQHjfS3WdJuxhhQWYUH86%3DpvCb11VSW96m9Vg%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAEQF7mQy0SO9mn%2BOob7i1_diS%2BoosAMHvBFTD_U527DG4jc-Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAPncwvLpyQUpsnXtEW4LwqfyJQT3Xqtz_UevXNCbrNhSg5y%2BRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Start by doing a Google search for one.

On Oct 24, 2017 2:45 AM, "Learn Rails" <learnrailswithme@gmail.com> wrote:
Thanks for your response... I have no clue where should I start my work for this social login.. gems needed are omniauth-facebook.. any guides or tutorials for this social login api..

On Tue, Oct 24, 2017 at 11:50 AM, Robby O'Connor <robby.oconnor@gmail.com> wrote:
there's also devise-token-auth

On Oct 24, 2017 2:20 AM, "Robby O'Connor" <robby.oconnor@gmail.com> wrote:
devise and omniauth.

On Oct 24, 2017 2:19 AM, "James" <learnrailswithme@gmail.com> wrote:
Hi all,

I need to give social logins end point for facebook and gmail using rails api. Can anyone suggest me how can I achieve this one any guide plz..

Thanks in advance.. 

--
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+unsubscribe@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/3e399100-dc05-4510-9590-e1875ec4cd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/eSt51qDuLWU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-talk+unsubscribe@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/CAPncwv%2Bz_FJU5QQHjfS3WdJuxhhQWYUH86%3DpvCb11VSW96m9Vg%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAEQF7mQy0SO9mn%2BOob7i1_diS%2BoosAMHvBFTD_U527DG4jc-Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAPncwv%2BrZP1oB%3D-ka6qUBxBKFWq15b7djsP2uUxkdDvvBBiU2g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails Monday, October 23, 2017

Thanks for your response... I have no clue where should I start my work for this social login.. gems needed are omniauth-facebook.. any guides or tutorials for this social login api..

On Tue, Oct 24, 2017 at 11:50 AM, Robby O'Connor <robby.oconnor@gmail.com> wrote:
there's also devise-token-auth

On Oct 24, 2017 2:20 AM, "Robby O'Connor" <robby.oconnor@gmail.com> wrote:
devise and omniauth.

On Oct 24, 2017 2:19 AM, "James" <learnrailswithme@gmail.com> wrote:
Hi all,

I need to give social logins end point for facebook and gmail using rails api. Can anyone suggest me how can I achieve this one any guide plz..

Thanks in advance.. 

--
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+unsubscribe@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/3e399100-dc05-4510-9590-e1875ec4cd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/eSt51qDuLWU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-talk+unsubscribe@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/CAPncwv%2Bz_FJU5QQHjfS3WdJuxhhQWYUH86%3DpvCb11VSW96m9Vg%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAEQF7mQy0SO9mn%2BOob7i1_diS%2BoosAMHvBFTD_U527DG4jc-Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

there's also devise-token-auth

On Oct 24, 2017 2:20 AM, "Robby O'Connor" <robby.oconnor@gmail.com> wrote:
devise and omniauth.

On Oct 24, 2017 2:19 AM, "James" <learnrailswithme@gmail.com> wrote:
Hi all,

I need to give social logins end point for facebook and gmail using rails api. Can anyone suggest me how can I achieve this one any guide plz..

Thanks in advance.. 

--
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+unsubscribe@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/3e399100-dc05-4510-9590-e1875ec4cd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAPncwv%2Bz_FJU5QQHjfS3WdJuxhhQWYUH86%3DpvCb11VSW96m9Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

devise and omniauth.

On Oct 24, 2017 2:19 AM, "James" <learnrailswithme@gmail.com> wrote:
Hi all,

I need to give social logins end point for facebook and gmail using rails api. Can anyone suggest me how can I achieve this one any guide plz..

Thanks in advance.. 

--
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+unsubscribe@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/3e399100-dc05-4510-9590-e1875ec4cd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAPncwvKvqmoF%2BUGMLXwE0csJfTzgf3vTf51wr685K0ed4EKS8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Hi all,

I need to give social logins end point for facebook and gmail using rails api. Can anyone suggest me how can I achieve this one any guide plz..

Thanks in advance.. 

--
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+unsubscribe@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/3e399100-dc05-4510-9590-e1875ec4cd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

As this is api we don't have views. <%= debug current_user %> can't be done. I have just used devise gem am trying to override the login of devise as devise have its own login process but in api it does not work that way.. Correct me am wrong..

On Tuesday, October 24, 2017 at 6:44:23 AM UTC+5:30, Walter Lee Davis wrote:

> On Oct 23, 2017, at 7:57 AM, Learn Rails <learnrai...@gmail.com> wrote:
>
> Hi all,
>
> I am using devise gem in my rails5 api. There is a endpoint for login am using my own endpoint for login and when I try to login it works fine but devise related column are not updating like sign_in_count and ip related. can some on help me how can I do those things and any guide to create api with rails5..
>
>

What do you see in your rails log when you log in? Are any errors shown in the log? When you say "it works fine", what does that mean? Do you have

before_action :authenticate_user!

on one of the controllers you are able to navigate to after you log in? If not, the fact that you can get to one of the routes in that controller means nothing vis-a-vis Devise.

What do you see on a view where you have added this line of ERB:

<%= debug current_user %>

As to the API, the Rails Guide is a pretty good place to start: http://guides.rubyonrails.org/api_app.html

Walter

>
> Thanks in advance..
>
> --
> 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-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/afaa1ac6-4999-436e-bf2e-7ff02ec0663b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/5f91bf19-c1cf-49f4-b2ed-d1a1e2f32cd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

> On Oct 23, 2017, at 7:57 AM, Learn Rails <learnrailswithme@gmail.com> wrote:
>
> Hi all,
>
> I am using devise gem in my rails5 api. There is a endpoint for login am using my own endpoint for login and when I try to login it works fine but devise related column are not updating like sign_in_count and ip related. can some on help me how can I do those things and any guide to create api with rails5..
>
>

What do you see in your rails log when you log in? Are any errors shown in the log? When you say "it works fine", what does that mean? Do you have

before_action :authenticate_user!

on one of the controllers you are able to navigate to after you log in? If not, the fact that you can get to one of the routes in that controller means nothing vis-a-vis Devise.

What do you see on a view where you have added this line of ERB:

<%= debug current_user %>

As to the API, the Rails Guide is a pretty good place to start: http://guides.rubyonrails.org/api_app.html

Walter

>
> Thanks in advance..
>
> --
> 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+unsubscribe@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/afaa1ac6-4999-436e-bf2e-7ff02ec0663b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/78DD15C8-4AC3-4BC3-851B-8DEEDE095CC0%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Hi all,

I am using devise gem in my rails5 api. There is a endpoint for login am using my own endpoint for login and when I try to login it works fine but devise related column are not updating like sign_in_count and ip related. can some on help me how can I do those things and any guide to create api with rails5..



Thanks in advance..

--
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+unsubscribe@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/afaa1ac6-4999-436e-bf2e-7ff02ec0663b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails Thursday, October 19, 2017

I am searching for a RoR Developer for a leading technology company that provides technology and engineering solutions across a wide range of functional areas. You will join a fast paced Agile DevOps team that is leveraging open source technology to deliver applications within Amazon Web Services. This is a full time employee position with the usual benefits including support for training and tuition assistance for job related courses or professional certificates. The hiring company has consistently been honored as a "Best Place to Work" in all the regions it operates in.

If you might be interested, forward me your resume or contact me for more information.


David Pilati
david@pilatiandassociates.com

707-785-2819

--
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+unsubscribe@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/3fc13e9b-9202-4fea-beb4-712d488bd4f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

If anyone is interested or know anyone interested get in touch (chirica.mugurel@gmail.com), I'm one of the web developers.





Job Title: Web Developer

Contract/Permanent: Permanent only

Location of Role: Dundee (Remove not available)

YoYo Games, part of the Playtech family is the home of GameMaker: Studio™, the fastest and friendliest cross-platform game development technology out there. GameMaker Studio has been downloaded over 7 million times. We're on a mission to ensure game development is available to all.

ABOUT THE ROLE

As Web Developer, you will be responsible for developing and maintaining YoYo Games' websites and online services, both internal and public-facing. You will lead projects from a technical side and mentor more junior developers assisting on projects.

The ideal candidate will have a passion for web development. Shall be experienced working with JavaScript (NodeJS), Ruby on Rails, C# (MVC), No Relational / No SQL databases and have the ability to work with multiple open source Ecommerce/CMS solution depending on the project. Along with solid technical experience it is essential you have excellent communication and written skills to be able to document work, communicate with other departments and lead / mentor others.


THE MAIN DUTIES AND RESPONSIBILITIES IN THIS ROLE WILL INCLUDE, BUT ARE NOT LIMITED TO:

Design, develop and maintain all the YoYo Games websites and web APIs.
Backend product logic, server architecture and communication design.
Collaboration with business, technical and management teams on design and development.
Creation and maintenance of admin and moderation tools for updating content, product information and user accounts.
Server setup and maintenance across dedicated remote servers (RapidSwitch), virtual cloud servers (Amazon EC2), databases (MySQL on RapidSwitch and Amazon RDB) and cloud hosting (Amazon S3, MaxCDN).
SSL certificate management on multiple machines across all of the above services.
Help mentor and grow the Web team.


EXPERIENCE

ESSENTIAL

Excellent and current knowledge of web development techniques, languages and frameworks
2-3 or more years' web development experience in Ruby on Rails, PHP or another server-side language
JavaScript (NodeJS), CSS3, HTML5
Linux command line (Ubuntu)
NoSQL, design and optimisation (Amazon DynamoDB experience a bonus)
Web server configuration (nginx, Apache)
Amazon AWS expertise
Back-end web development experience
Relevant work experience in online commerce environments, distributed systems and/or developing large scale web applications
Payment process integration (PayPal, Ogone, etc)
Search engine setup (ElasticSearch)
Strong analytical, problem solving, and project management skills
Experience with automated deployment (Capistrano)
Experience working on the *nix command-line, both locally and on remote servers
Knowledge of, or experience with, cloud-based services (Amazon EC2 and S3/CloudFront, MaxCDN, etc.)
Source control (Git, Mercurial) and remote repositories (Github, Bitbucket, etc.)
Dynamic stylesheet languages (SASS or Less)
Passionate about web development
Excellent time management and prioritisation skills
Highly organised with the ability to manage several projects at the same time


DESIRABLE:

Computer Science/Web Computing/ equivalent degree
Thorough understanding of Ruby on Rails, or another MVC framework
One or more years' experience with Ruby on Rails
Experience with eCommerce development
Experience with GameMaker: Studio™

--
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+unsubscribe@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/CAL37D8Hn6_x1HvWHQNJxPt0NrQfRGfbkg%3D_S1CTrxp8r78%2BkEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Hello,

I'm new on aasm. 
For a User Registration form two steps , i was invited to use aasm.

I've created a User object , declaring step1 step2 submitted as steps.
I've added guards to do the validates presence of fields.

What i do not understand is how to integrate it in the rails app wiath controllers and views of my registration to be able to test it

Regards

Laurent

--
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+unsubscribe@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/7d4f616a-91bc-49a8-93a5-56bfa0848115%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails Wednesday, October 18, 2017

From the surveys that are listed you can click on the survey that you created and then add questions to it.

--
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+unsubscribe@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/09b561cb-83e3-477b-9bfa-940fe7cc51b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Use the credentials provided in the Sign in page to sign in. You'd be able to create surveys after that.

--
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+unsubscribe@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/97857eb3-244a-44c9-b100-582ea41943b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Very nice, how do you actually add the questions to the survey?  Can't seem to do that in the demo.

On Wednesday, October 18, 2017 at 11:34:37 AM UTC-4, Akshay Sasidharan wrote:
Hi,

Rapidfire v3.1.0 Released

About:
Rapidfire is a ruby gem which makes adding dynamic surveys functionality to your rails app much easier. It allows you to add multiple surveys and you can customize it according to your application's requirement.

CHANGELOG:
1. Support for Rails 5.1+.
2. Added Kaminari as a soft dependency for pagination.
3. Added MIT license for the gem.
4. Added attribute 'introduction' to Survey model.
5. Removed capybara-webkit as a dependency.
6. Fixed position field to be displayed on the form.
7. Added a proper label and input ids for checkbox and radios with non-sanitized values.
8. Added defaults and placeholders for text and textarea inputs.
9. Configurable redirection after answer attempt.
10. I18n support and generator.

You can check the demo app at Rapidfire Demo.

Checkout Rapidfire on Rapidfire on Github.

Big thanks to all the contributors.

Regards,
Akshay Sasidharan,
Codemancers Tech Pvt. Ltd.

--
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+unsubscribe@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/91df3b95-a73e-4cc9-80d8-eecbee83e3d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ruby on Rails

Hi,

Rapidfire v3.1.0 Released

About:
Rapidfire is a ruby gem which makes adding dynamic surveys functionality to your rails app much easier. It allows you to add multiple surveys and you can customize it according to your application's requirement.

CHANGELOG:
1. Support for Rails 5.1+.
2. Added Kaminari as a soft dependency for pagination.
3. Added MIT license for the gem.
4. Added attribute 'introduction' to Survey model.
5. Removed capybara-webkit as a dependency.
6. Fixed position field to be displayed on the form.
7. Added a proper label and input ids for checkbox and radios with non-sanitized values.
8. Added defaults and placeholders for text and textarea inputs.
9. Configurable redirection after answer attempt.
10. I18n support and generator.

You can check the demo app at Rapidfire Demo.

Checkout Rapidfire on Rapidfire on Github.

Big thanks to all the contributors.

Regards,
Akshay Sasidharan,
Codemancers Tech Pvt. Ltd.

--
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+unsubscribe@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/036f6bce-1f82-4f10-8d26-3897e0013aad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.