[Rails] Ruby On Rails so serve para CRUD's

2013-12-09 Thread Stélio Moiane
Bom dia galera, Estou a já a aluns anos mexendo com ruby on rails e tenho achado um framework bastante robusto. Mas que acontece é o seguinte, alem de trabalhar com ruby tambem programo muito com Java e tenho tido dificuldades de enquadrar a ideia de Services que a gente tem no Java. Algo co

[Rails] Add variable argument length second argument to ActiveSupport pluralize(?)

2013-12-09 Thread Steven Harms
In most languages that I know (English, Dutch), the plural case can be derived from the singular – modulo a few irregularities e.g. boy/boys, sheep/sheep, straat/straten, auto/auto's, etc. In a great many other languages, however, it is not possible to know the plural without some additional da

[Rails] Re: Tutorial - Creating a simple ToDo application

2013-12-09 Thread Lazarus L.
Reposting from the ruby-forum because via Google groups it adds a ">" resulting to 404, sorry :) http://arubystory.blogspot.com/2013/12/tutorial-creating-simple-todo.html -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Rub

[Rails] Re: Tutorial - Creating a simple ToDo application

2013-12-09 Thread Lazarus Lazaridis
Thanks! Actually, I posted the link via the Google groups site and it opens the correct page. But clicking it via the ruby forum, has the issue you mentioned. Reposting it, let's see: Creating a simple ToDo application

[Rails] Re: Tutorial - Creating a simple ToDo application

2013-12-09 Thread Joel Pearson
The link has an extra ">" on the end. Remove that and it works :) -- Posted via http://www.ruby-forum.com/. -- 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

Re: [Rails] Adding instant messaging to a rails application

2013-12-09 Thread Sathia S
Have you heard about Faye. This is good gem for implementing chat and notification feature in Ruby on rails. Have a look into it. You can subscribe and listen to a node using faye. http://railscasts.com/episodes/260-messaging-with-faye https://github.com/jamesotron/faye-rails On Thu, Dec 5, 2013

Re: [Rails] Adding instant messaging to a rails application

2013-12-09 Thread muchira k.
Yeah! It's a pretty extensive project apparently! I'm going to see how far the client want to go and then work on it. On Monday, December 9, 2013, Paul wrote: > I'm sorry you didn't get any responses to this. I've been trying to get it > working, too. If you make any progress, please let us know

Re: [Rails] Adding instant messaging to a rails application

2013-12-09 Thread Paul
I'm sorry you didn't get any responses to this. I've been trying to get it working, too. If you make any progress, please let us know on this list. -- For my purposes, it was sufficient to create a once-a-minute polling loop to ping the server, but I'd much rather figure out how to do the server si