[Rails] Re: Activity streams/News feeds with Aggregation, MySQL and Redis support

2014-03-21 Thread Rick
require 'simple-rss' require 'open-uri' @health_and_science = SimpleRSS.parse open("http://www.npr.org/rss/rss.php?id=1007";) @health_and_science.entries.each do |f| printf("NPR Feed: %s %s\n", f.pubDate.to_date, f.title) end On Friday, March 21, 2014 1:39:17 PM UTC-4, Kenny Meyer wrote: >

Re: [Rails] Activity streams/News feeds with Aggregation, MySQL and Redis support

2014-03-21 Thread Rob Biedenharn
http://www.ruby-doc.org/stdlib-2.1.1/libdoc/rss/rdoc/RSS.html Rob Biedenharn rob.biedenh...@gmail.com On 2014-Mar-21, at 13:39 , Kenny Meyer wrote: > Can anyone recommend a gem/library? > > On Friday, March 21, 2014 2:38:45 PM UTC-3, Kenny Meyer wrote: > I need to implement an activity feed

[Rails] Re: Activity streams/News feeds with Aggregation, MySQL and Redis support

2014-03-21 Thread Kenny Meyer
Can anyone recommend a gem/library? On Friday, March 21, 2014 2:38:45 PM UTC-3, Kenny Meyer wrote: > > I need to implement an activity feed for a Rails application with the > following features: > > - Needs to work with MySQL database > - Needs to support aggregations for similar feed stories (

[Rails] Activity streams/News feeds with Aggregation, MySQL and Redis support

2014-03-21 Thread Kenny Meyer
I need to implement an activity feed for a Rails application with the following features: - Needs to work with MySQL database - Needs to support aggregations for similar feed stories (like Facebook) There is a library out there for Python, Feedly https://github.com/tschellenbach/Feedly, whic

[Rails] Re: Rails 4 Image fail in production

2014-03-21 Thread Rick
i would put the image in assets/images and refer to it as: :url("Jumbotron2.png") On Tuesday, March 18, 2014 8:45:33 AM UTC-4, mike2r wrote: > > > > On Tuesday, March 18, 2014 8:01:48 AM UTC-4, Ruby-Forum.com User wrote: >> >> mike2r wrote in post #1140207: >> >> > I would probably put the image

Re: [Rails] Stilhaus Kitchens Complaints

2014-03-21 Thread Colin Law
On 21 March 2014 12:31, Kemen Thos wrote: > Stilhaus Kitchens Complaints. fact is that there are no stilhaus > kitchens complaints. stilhaus kitchens are the only kitchen company with > no complaints. If anyone would like to rectify that situation they can email i...@stilhauskitchens.com to make

[Rails] Re: ActionView::Template::Error: end of file reached Rails 4.0.4

2014-03-21 Thread Alaina Hardie
We are having the exact same problem: We upgraded from Rails 3 to 4 and have started seeing these. We're running Capybara with PhantomJS and Cucumber. We get intermittent "ActionView::Template::Error: end of file reached" errors, and have been since we upgraded to Rails 4. We are running spri

[Rails] Stilhaus Kitchens Complaints

2014-03-21 Thread Kemen Thos
Stilhaus Kitchens Complaints. fact is that there are no stilhaus kitchens complaints. stilhaus kitchens are the only kitchen company with no complaints. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

Re: [Rails] If you were to code a marketplace app like AirBnB today, what technology & stack would you use?

2014-03-21 Thread Rick
I would suggest Solr or MongoDB or (you pick) some other NoSQL db tool as a focus for item 4. Git hard to beat for a source control choice. You should add automation tools for working your production release (installation, backup, error recovery, ...). On Thursday, March 20, 2014 5:32:00 AM UT

[Rails] Fusepool Open Call for Developers -- Data|Hack|Award|2014

2014-03-21 Thread Members Fusepool
Data|Hack|Award|2014 calls data users, modellers developers, designers, analysts and all! Take up the challenge: make the most out of open data and open-source linked data tools and get knowledge into apps! Apply and submit your ideas

[Rails] For all algorithms lovers, Introducing the algorithm repository

2014-03-21 Thread prateek papriwal
Hi, We have developed an algorithm repository(built on rubyonrails framework) which contains ~ 245 algorithms from 51 different sources. Check out - http://algorithm.daqwest.com Hope u like it! Would be very glad to have ur feedback and suggestions! You can drop us a note at contact.daqw...@gm

[Rails] omnicontacts open in popup

2014-03-21 Thread Avi
Hello, I am using omni_contacts gem in my application. I am using - Rails 4.0.1 Ruby 2 How can I open Facebook in a popup & after login redirect to the app closing the popup with results ? Is there any way to do it ? Thanks, Avi -- You received this message because you are subscribed to the

Re: [Rails] jquery-rails upgrade breaking existing code which depends on older versions of jQuery Core (1.8.2)

2014-03-21 Thread Brandon
Thought I'd share how I got it all working in the Asset Pipeline. //= require jquery //= require jquery_ujs //= require bootstrap //= require bootstrap-modalmanager //= require bootstrap-modal //= require jquery.easing //= require jquery.cookie //= require zeroclipboard //= require jquery-1.9.0.m

[Rails] The Fastest Way to Create Install and Deploy a Ruby on Rails App in Five Minutes

2014-03-21 Thread swordray
I just wrote a post about how to Create Install and Deploy a Ruby on Rails App in Five Minutes. Using open source force you can easily create your own websites. -- You receive