[Rails] Re: login with twitter, yahoo, google, facebook credentials......

2010-02-16 Thread v0n0
Try with Devise and its strategies. http://github.com/plataformatec/devise/tree/master On Feb 16, 5:16 am, Me chabg...@gmail.com wrote: Does anyone know how to go about giving an option to login to a website with twitter, yahoo, google, facebook , .  whatever credentials? -- You received

[Rails] Re: How to parse rendered html page

2010-02-03 Thread v0n0
You can try with http://scrubyt.org/index.html that is like mechanize but supports javascript. On Feb 2, 2:37 pm, parkurm park...@gmail.com wrote: I'm trying to write a website that parses all images in a given webpage. I initially tried to get all image links by looking for img tag, by using