[Rails] Non-English translators needed for open source project

2015-02-19 Thread captdowner
Please forgive this intrusion, as this question relates to both Rails and Ruby. Some of you may know me better as captdowner. I'm emailing the Ruby-talk list to see if I can find some non-English speakers (particularly Rubyists, but not a hard requirement). I have a simple app called TommyTalker

[Rails] Google is NOT your friend

2013-07-12 Thread captdowner
Note: This is off-topic, so I'll make it brief. I see far too many posts on this and other lists that suggest Google is your friend or use Google to lookup references. If you'd prefer to search without being tracked, I'd recommend a fairly new site called http://DuckDuckGo.com. It's open

[Rails] Re: Start learning from Ruby or directly from Rails.

2012-08-01 Thread captdowner
How to learn basics of Ruby and make learning interesting? How you all started with Ruby? Whether Ruby first or Rails first? I personally started with Ruby first. I like the books from The Pragmatic Bookshelf. (pragprog.com) Ruby first. Rails is a great tool for quickly generating crud

[Rails] [ANN] RubyTalkTips 0.0.5 released

2012-05-17 Thread captdowner
to feedback that comes from those who have actually submitted a tip, so please consider doing that first. ;-) The new RubyTips (0.0.5) project, can be viewed online at: http://rubytalktips.com Rails 3 source code: https://github.com/CaptDowner/rubytips Features: * Database of tips related

[Rails] RubyTalkTips is released

2012-05-17 Thread captdowner
Users have reported that the link is not yet working. I have re-updated the server DNS records. The Zone File Editor on GoDaddy.com leaves a lot to be desired. Until the nameservers propagate, use the ip: http://50.62.128.115 or after propagation, use: http://rubytalktips.com -- You

[Rails] rails3, kaminari and pg_search, Maintaining a search subset of data when sorting?

2012-05-10 Thread captdowner
I hope someone may have solved this issue before. It involves rails3, kaminari and pg_search. I've got pg_search working, but now the search is returned and the default order is not maintained. I don't mind having the subset returned in any order. But I want to maintain the subset of records