[Rails] Auto complete using prototype in Rails 3

2011-02-16 Thread Karthikeyan A k
Hello People, Is there a any way to do autocomplete text field in Rails 3 without using jquery and by using built in prototype? It came so well in Rails 2, whereas in Rails 3 it seems not to work. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribe

[Rails] How to deploy Rails app on my laptop

2011-05-19 Thread Karthikeyan A k
Hello People, I have created a tiny Rails app for my personal use. I want to host it on my personal computer (just like PHP can be hosted easily). I use Ubuntu Linux, can any one tell me how to do it? Is there any documentation? Has any one tried it out? Thanks in advance. -- Posted via http://

[Rails] Synatx highlighting in Ruby

2010-10-24 Thread Karthikeyan A k
Hello people, I was going thru Geshi http://qbnz.com/highlighter/ , I am wondering if any one has a Ruby syntax highlighting library so that I can use it in one of my projects. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Group

[Rails] Re: Synatx highlighting in Ruby

2010-10-24 Thread Karthikeyan A k
Thanks Arailsdemo, will soon check that out -- 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 post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group

[Rails] Can Docsplit be installed in HEroku

2011-07-21 Thread Karthikeyan A k
Hello People, I am involved in a project where need to upload documents to a website and scan contents in it. I found this excellent library Docsplit http://documentcloud.github.com/docsplit/ . The problem is I am using Heroku, since Docsplit is a wrapper of Ruby code, I need to install many too

[Rails] How to add data-some thing with link_to method

2012-03-27 Thread Karthikeyan A k
The question is how to create this: Launch Modal Using link_to method -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To

[Rails] Re: How to add data-some thing with link_to method

2012-03-29 Thread Karthikeyan A k
Thanks a lot! -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-t

[Rails] Getting error when using Devise and Twitter-Bootstrap

2012-04-06 Thread Karthikeyan A k
Hello Group, I have written an app that uses devise and twitter bootstrap. When I host it on heroku I get the following error ActionView::Template::Error (undefined method `message' for [object Object]:V8::Object 2012-04-06T16:13:37+00:00 app[web.1]: (in /app/app/assets/stylesheets/bootstrap_an

[Rails] Re: Getting error when using Devise and Twitter-Bootstrap

2012-04-06 Thread Karthikeyan A k
Well ruby tracer is there but it looks useless for this stuff -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscri

[Rails] Re: Getting error when using Devise and Twitter-Bootstrap

2012-04-07 Thread Karthikeyan A k
I precompiled assets as told in heroku and it worked. -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from

[Rails] Re: SSL error in Ruby on Rails Ubuntu

2012-04-26 Thread Karthikeyan A k
OK, this problem seems to be a local one as I am using Ubuntu 12.04 BETA -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. T

[Rails] Re: SSL error in Ruby on Rails Ubuntu

2012-04-27 Thread Karthikeyan A k
These two URL's could help one solving this problem http://stackoverflow.com/questions/10329892/bundle-install-causes-gemremotefetcherfetcherror-on-each-gem http://railsapps.github.com/openssl-certificate-verify-failed.html -- Posted via http://www.ruby-forum.com/. -- You received this messag

[Rails] Re: SSL error in Ruby on Rails Ubuntu

2012-04-27 Thread Karthikeyan A k
OK work around got in case the above solution does not work, in Gemfile change the first line source 'https://rubygems.org' to source 'http://rubygems.org' -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Functions in coffeescript

2012-07-16 Thread Karthikeyan A k
Hi, I just tried this code on coffeescript.org a = (msg) -> alert msg a("booo") and it worked fine. When I put the first part of it (defining a) in a .js.coffee file and call a("booo"); in my view it simply doesn't work. This is the error firebug throws out: a is not defined [Break On This Er

[Rails] Re: Functions in coffeescript

2012-07-16 Thread Karthikeyan A k
OK, found answer put it like this: @a = (msg) -> alert msg in coffeescript file. This will make variable a global -- 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 post to this group, send

[Rails] A Ruby Book (free to use)

2012-08-21 Thread Karthikeyan A k
Hello people, I have written a book on Ruby programming language. Download it from here http://is.gd/r2012 -- 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 post to this group, send email to ru

[Rails] Re: A Ruby Book (free to use)

2012-08-27 Thread Karthikeyan A k
Try to spot mistakes in it!! And if you can give me a feedback. -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubsc

[Rails] Re: A Ruby Book (free to use)

2012-08-27 Thread Karthikeyan A k
OK, its the short form of I Love Ruby. -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, sen

[Rails] Re: Re: A Ruby Book (free to use)

2012-08-27 Thread Karthikeyan A k
Thanks, don't read it then. Dheeraj Kumar wrote in post #1073453: > Too many spelling and grammatical errors, use of SMS lingo, usage of > culturally and geographically local references which may/will not be > understood by the global population. > > Your effort is commendable, I appreciate the ti

[Rails] Re: A Ruby Book (free to use)

2012-08-27 Thread Karthikeyan A k
OK people, Just updates some stuff, especially the ones spotted in this thread http://www.ruby-forum.com/topic/440505 , new updated book is now available in http://is.gd/r2012 Enjoy! ;-) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the

[Rails] Re: A Ruby Book (free to use)

2012-08-28 Thread Karthikeyan A k
LOL! All know its absurd, don't u ppl have a sense of humour or something? Max wrote in post #1073493: > skimming through the book - your section at the end where you show a > proof > that 1 = 2... absurd from what I can see... > > on line 3 you say: > > 1 - 1 = (1 + 1)(1-1) > and evalueat it to:

[Rails] Re: Re: A Ruby Book (free to use)

2012-08-28 Thread Karthikeyan A k
A joke book :-p Michael Pavling wrote in post #1073542: > On 28 August 2012 08:32, Karthikeyan A k wrote: >> LOL! All know its absurd, don't u ppl have a sense of humour or >> something? > > Is it supposed to be a joke book, or a tutorial? -- Posted via http://www

[Rails] Re: Re: A Ruby Book (free to use)

2012-08-28 Thread Karthikeyan A k
Client?! Common, is Mac DRM free and Windows a free OS? This book is under GFDL, if you don't like it, write your own by ripping it. Who cares? Hasan Diwan wrote in post #1073578: > On 28 August 2012 02:16, Dheeraj Kumar > wrote: >> >> LOL! All know its absurd, don't u ppl have a sense of humo

[Rails] Efficient way of using multple Database

2012-08-29 Thread Karthikeyan A k
Is there a efficient way of using multiple databases in a Rails application. I saw DB Charmer but, it did not work with 3.2.8 and even in Rails 3.2.3 it gave problems. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby o

[Rails] Re: Re: Re: A Ruby Book (free to use)

2012-08-29 Thread Karthikeyan A k
Well I can't dig it if I am dead, hence doing it now. :-)) selva4...@gmail.com wrote in post #1073635: > On Tue, Aug 28, 2012 at 10:09 PM, Karthikeyan A k > wrote: >> Client?! Common, is Mac DRM free and Windows a free OS? This book is >> under GFDL, if you don'

[Rails] Re: Efficient way of using multple Database

2012-08-29 Thread Karthikeyan A k
Nope, what I am thinking is we need to migrate, the two databases need different set of tables. I am having a hard time. -- 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 post to this group, s

[Rails] Re: Efficient way of using multple Database

2012-08-29 Thread Karthikeyan A k
There is a gem called DB charmer, but does not work :-( -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe fro

[Rails] Delayed Job Question

2012-08-31 Thread Karthikeyan A k
Hello People, I just want to know how the delay job gem works. I am confused how it detects when the server is having less load and does computing intensive job at that time. Or it just tries to do some thing, if it fails, waits for random time and does it again? -- Posted via http://www.ruby-f

[Rails] Re: Delayed Job Question

2012-09-01 Thread Karthikeyan A k
Thanks a lot folks! that explains all of it I think. -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from t

[Rails] Re: Efficient way of using multple Database

2012-11-07 Thread Karthikeyan A k
We use Octopus https://github.com/tchandy/octopus , its quiet good enough -- 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 post to this group, send email to rubyonrails-talk@googlegroups.com.

[Rails] Delayed job in Rails 4

2013-07-08 Thread Karthikeyan A k
Hello People, One of my application being developed in Rails 4 needs delayed job, but for some reason when I add this gem https://github.com/collectiveidea/delayed_job to my gemfile and run bundle, it says dependencies are not satisfied. Seeing their forums, it looks as though they have fixed it

[Rails] Re: Delayed job in Rails 4

2013-07-08 Thread Karthikeyan A K
I gem file I added this: gem 'delayed_job_active_record' Then when I bundled, this happened: $ bundle Fetching gem metadata from https://rubygems.org/.. Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Bundler could not find compatible versions for gem "active

[Rails] Re: Saying "Hello world" with Ruby on Rails (Tutorial)

2013-11-26 Thread Karthikeyan A K
Hey, Nice tutorial .Keep it up, post more so everyone will benefit. -- 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 ema

[Rails] Chennai Ruby Jan 18 Meet up

2013-11-26 Thread Karthikeyan A K
Hello Ruby Folks, We at Spritle http://spritle.com are arranging a Rubyist meetup in Chennai, India on Jan 18 2014. It will be held in Spritle Software, opposite to Avichi School, Chennai. You can goto the meetups facebook page https://www.facebook.com/events/219938301520411/ to register for it.

[Rails] Why not make Opal default for Rails?

2014-01-02 Thread Karthikeyan A K
Opal http://opalrb.org/ which I am following, and I feel it will be great if Rails has this as its default say from Rails 5 or some thing. What you people feel about this idea, will it change the universe or it just sucks? Regards Karthikeyan A K -- You received this message because you are

[Rails] Is it possible to backup Solr

2014-03-02 Thread Karthikeyan A K
. Regards Karthikeyan A K -- 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 to rubyonrails-tal

[Rails] Re: Is it possible to backup Solr

2014-03-04 Thread Karthikeyan A K
Thanks :) -- 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 to rubyonrails-talk+unsubscr...@googlegroups.com. To po

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

2014-03-22 Thread Karthikeyan A K
I am an Embe fan, so would like to use that to reduce server load. On Tuesday, March 18, 2014 10:51:41 PM UTC+5:30, matt wrote: > > I would add Angular (or another front end framework) and some type of CI. > On Mar 18, 2014, at 1:18 PM, Brandon > > wrote: > > So having spent almost a year coding

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

2014-03-22 Thread Karthikeyan A K
Oops that must be ember not embe :( On Saturday 22 March 2014 07:55 PM, Karthikeyan A K wrote: I am an Embe fan, so would like to use that to reduce server load. On Tuesday, March 18, 2014 10:51:41 PM UTC+5:30, matt wrote: I would add Angular (or another front end framework) and some type

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

2014-03-24 Thread Karthikeyan A K
On Saturday, March 22, 2014 3:27:45 PM UTC+1, Karthikeyan A K wrote: > >> Oops that must be ember not embe :( >> >> On Saturday 22 March 2014 07:55 PM, Karthikeyan A K wrote: >> >> I am an Embe fan, so would like to use that to reduce server load. >> >&

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

2014-03-24 Thread Karthikeyan A K
25 PM UTC+1, Karthikeyan A K wrote: +1 for postgre Engine yard costs, better go for Digital Ocean or Linode On Mon, Mar 24, 2014 at 2:49 PM, Andreas Wenk wrote: Brandon, why not using PostgreSQL? Hosting: EngineYard https://www.eng

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

2014-03-25 Thread Karthikeyan A K
Lack of control. The cost. Plus I am nervous about their addons, weather if I use it my app will be locked into heroku infrastructure. But its great place to show a small free demo to some one. On Tue, Mar 25, 2014 at 8:52 AM, Sampath Weerasinghe wrote: > > curious what is it about heroku that

[Rails] Strange thing in Rails views

2014-03-31 Thread Karthikeyan A K
For some reason the above stuff happens. However in the rails console, all would work fine. Kinda confused. Would be great if any one could throw light on this. Don' know if this is a Rails bug where state of instance variable gets forgotten after some time. - Regards Karthikey

Re: [Rails] Strange thing in Rails views

2014-04-01 Thread Karthikeyan A K
On Tue, Apr 1, 2014 at 2:04 PM, Colin Law wrote: > On 1 April 2014 06:11, Karthikeyan A K <77mi...@gmail.com> wrote: > > Hello people, > > > > I am developing an app with Rails 4.0.x and I have a strange bug in its > > view. Say I have a partial like this >

Re: [Rails] Strange thing in Rails views

2014-04-01 Thread Karthikeyan A K
Ya possibly. Any way did a work around. Thanks a lot for your replies. On Wed, Apr 2, 2014 at 12:19 AM, Matt Jones wrote: > > > On Tuesday, 1 April 2014 06:50:20 UTC-4, Karthikeyan A K wrote: >> >> >> >> On Tue, Apr 1, 2014 at 2:04 PM, Colin Law wrote: >>

[Rails] Has Rails 4.0.4 really been released

2014-04-02 Thread Karthikeyan A K
Hello People, I am confused between this blog http://weblog.rubyonrails.org/2014/3/14/Rails-4-0-4-has-been-released/ and http://runbyonrails.org which still shows 4.0.3 which was released on Feb 18. Which one should I believe / use? -- Regards Karthikeyan A K -- You received this

Re: [Rails] Ruby On Rails

2014-05-21 Thread Karthikeyan A K
Sorry to say that long long ago tried to install MySQL gem in Windows 7 and 8 and was not able to do it. If possible shift to linux. On Wednesday, May 21, 2014 10:32:16 AM UTC+5:30, Duong vong veasna wrote: > > when i use gem install mysql2. I got this error. > > Result logged to > C:/RailsInsta

[Rails] Re: Morons in our midst (re: "important news")

2014-05-27 Thread Karthikeyan A K
+1 , if he has got real intentions to irritate us, he will be in vain. On Wednesday, May 28, 2014 8:47:26 AM UTC+5:30, Ken D'Ambrosio wrote: > > Hi, all. I'm not a frequent contributor -- I'm just ramping up on > Rails. But I've been on the 'Net for quite some time. And back in the > days of

[Rails] Too big classes

2014-11-27 Thread Karthikeyan A K
of a model into RAM when its called or it loads a function only if its called? Karthikeyan A K http://rails7.wordpress.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 e

[Rails] Something for Rails Devs to Think Abput

2015-06-13 Thread Karthikeyan A K
http://solnic.eu/2015/06/06/cutting-corners-or-why-rails-may-kill-ruby.html -- 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

[Rails] Any one has Rails Bricks 3.2.8

2015-12-10 Thread Karthikeyan A K
Hello Folks, Does any one have Rails Bricks 3.2.8 on their github or something. I have 3.2.6, wanted the latest to analyze the code and possibly contribute to it as its no more there. -- Karthikeyan A K http://is.gd/rubybook -- You received this message because you are subscribed to the

[Rails] Re: Any one has Rails Bricks 3.2.8

2015-12-11 Thread Karthikeyan A K
Hello Prople, Have a cached version of railsbricks, have put it up here https://rubygems.org/gems/phoenixbricks . Will work on it when I am not lazy. Please contribute to improve it if you can. On Friday, December 11, 2015 at 12:28:18 PM UTC+5:30, Karthikeyan A K wrote: > > Hello

[Rails] Why can't we have more than one enum

2016-01-04 Thread Karthikeyan A K
] enum enum2: [:d, :b, :f] Then Rails can throw out an exception that :b is replicated. I did checkout _prefix and _suffix, but that that doesn't seems to work for me and doesn't look nice. -- Karthikeyan A K https://goo.gl/NYcfo3 - My Ruby Book -- You received this message becau

Re: [Rails] form in main application layout

2016-01-04 Thread Karthikeyan A K
ad988bc6-8e5a-48e9-8a26-f4fc320ae187%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K https://goo.gl/NYcfo3 - My Ruby Book -- You received this message because you are subscribed to

[Rails] I Love Ruby Updated

2016-01-15 Thread Karthikeyan A K
Hello People, I have updated my Ruby book I Love Ruby. Please get it here https://cloud.openmailbox.org/index.php/s/u4sX065QRgjbJL2/download If possible, try contributing to https://www.openmailbox.org/ -- Karthikeyan A K https://diasp.org/i/62de13a51047 - Join me on Diaspora -- You

Re: [Rails] I Love Ruby Updated

2016-01-16 Thread Karthikeyan A K
Share it to many so that the world will benefit :) On Sat, Jan 16, 2016 at 8:40 PM, James Jelinek (shakycode) < jeli...@gmail.com> wrote: > Thanks for sharing, this is great! > > On Jan 16, 2016, at 1:37 AM, Karthikeyan A K <77mi...@gmail.com> wrote: > > Hello People,

Re: [Rails] before_action for only one action

2016-01-27 Thread Karthikeyan A K
ttps://groups.google.com/d/msgid/rubyonrails-talk/2d11149f-2cba-4809-b769-ee9604636c11%40googlegroups.com > <https://groups.google.com/d/msgid/rubyonrails-talk/2d11149f-2cba-4809-b769-ee9604636c11%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visi

Re: [Rails] Re: Which Company is Best on Ruby on Rails Development in India?

2016-04-18 Thread Karthikeyan A K
this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/4e1a22cd5babb8c2250ead12254941c6%40ruby-forum.com > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K https://cloud.openmailbox.org/index.php/s/u4sX065QRgjbJL2/download- My Ruby Book htt

Re: [Rails] Help with Joins (Users and Roles)

2016-05-29 Thread Karthikeyan A K
it, send an > email to rubyonrails-talk+unsubscr...@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/703029e437465274d6a23b07331b933f%40ruby-forum.com &g

[Rails] How to use turbolinks classic in Rails 5?

2016-08-26 Thread Karthikeyan A K
Hello People, How to use turbolinks classic in Rails 5? -- Karthikeyan A K http://thepro.in/profiles/karthikeyan-a-k-1 -- 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 emai

[Rails] Using active record outside rails

2016-09-28 Thread Karthikeyan A K
ysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile. Why do I need a Gemfile for trying active record in irb / pry. Its strange. Is active record so coupled with rails that it cannot be used outside? -- Karthikeyan A K http://thepro.i

Re: [Rails] Using active record outside rails

2016-09-28 Thread Karthikeyan A K
tightly coupled with rails but you > can absolutely use it in a plain Ruby app. Just install the gems you need > and in pry/irb you can call require and it'll load the library provided > that the gem is bundled or installed on your system. > > Sent from my iPhone > > On

[Rails] [job] Urgent RoR developers needed in Chennai, India

2016-10-07 Thread Karthikeyan A K
Hello People, Job details are provided here : http://thepro.in/jobs/urgent-need-ruby-on-rails-developer -- Karthikeyan A K http://thepro.in/profiles/karthikeyan-a-k-1 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubs

Re: [Rails] button_to question

2016-11-14 Thread Karthikeyan A K
om > <https://groups.google.com/d/msgid/rubyonrails-talk/28e7bbb6-bd2c-4661-a5e3-8663135aef27%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K http://thepro.in/profiles/karthikeyan-a-k

[Rails] Very strange behavior of rails assets

2016-11-15 Thread Karthikeyan A K
perfectly. Could any one guess what could have gone wrong? -- Karthikeyan A K http://thepro.in/profiles/karthikeyan-a-k-1 -- 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 i

Re: [Rails] Very strange behavior of rails assets

2016-11-17 Thread Karthikeyan A K
o production. > > On Nov 15, 2016 5:35 AM, "Karthikeyan A K" <77mi...@gmail.com> wrote: > >> Hello People, >> >> I have just deployed an app on Ubuntu 14.04, Rails 5.0.x, Puma, Nginx. >> Even though I have precompiled assets I am getting the following outpu

Re: [Rails] [For Hire, Remote] Ruby on Rails full stack developer [EU]

2017-01-02 Thread Karthikeyan A K
source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K http://thepro.in/profiles/karthikeyan-a-k-1 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsub

[Rails] [job] (Chennai, India) Rails developers needed

2017-02-08 Thread Karthikeyan A K
Hello People, Passionate Rails developers are needed for a startup http://maatrum.com . The location is not remote, one has to work in Maatrum office in Chennai, India. Interested candidates send their resume to ak.karthike...@maatrum.com -- Karthikeyan A K http://thepro.in/profiles

Re: [Rails] configuring yahoo mail in smtp

2017-02-20 Thread Karthikeyan A K
ab-8cba6434ba90%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K http://thepro.in/profiles/karthikeyan-a-k-1 -- You received this message because you are subscribed to the Google Grou

Re: [Rails] Ruby on Rails or Ember.js with Rails API

2017-03-23 Thread Karthikeyan A K
7-49dc-ace7-8be68e2935bd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K http://thepro.in/profiles/karthikeyan-a-k-1 -- You received this message because you are subscribed to the Google G

[Rails] I don't work at facebook

2017-07-02 Thread Karthikeyan A K
ople think. -- Karthikeyan A K -- 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+unsubscr...@googlegroups.com. To post to this group, send email

Re: [Rails] Ruby on Rails Talk: Moderated?

2017-07-14 Thread Karthikeyan A K
discussion on the web visit https://groups.google.com/d/ > msgid/rubyonrails-talk/693f41d3-8a6e-4bdf-b919- > bf2ae178f222%40googlegroups.com > <https://groups.google.com/d/msgid/rubyonrails-talk/693f41d3-8a6e-4bdf-b919-bf2ae178f222%40googlegroups.com?utm_medium=email&utm_source

Re: [Rails] newbie but 32 years old

2017-07-20 Thread Karthikeyan A K
lt;https://groups.google.com/d/msgid/rubyonrails-talk/f3a2004e-6635-4418-9d27-86ae65a8b511%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K -- You received this message because you are sub

Re: [Rails] An article: interest in rails is waning

2017-07-27 Thread Karthikeyan A K
send an > email to rubyonrails-talk+unsubscr...@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/CAMSb8QTde101xWNgm9Z6YhWbhFXNL > QKbi5No2G%3DGqGymSyj

Re: [Rails] RE: minimum rails version that is support

2017-08-02 Thread Karthikeyan A K
le.com/d/ > msgid/rubyonrails-talk/CAG2rwuPWBJb2abpQghPxnStJ% > 2BZbcnCsk1GNmgreE2zzLHSsK4w%40mail.gmail.com > <https://groups.google.com/d/msgid/rubyonrails-talk/CAG2rwuPWBJb2abpQghPxnStJ%2BZbcnCsk1GNmgreE2zzLHSsK4w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . >

[Rails] Fixed I Love Ruby broken link

2017-08-08 Thread Karthikeyan A K
Hello People, Have fixed some broken links for https://mindaslab.github.io/I-Love-Ruby/ . I hosted I Love Ruby book on Open Mail Box, but now since they have made their service paid, I have moved to github 100%. Hope you find my book useful. -- Karthikeyan A K -- You received this message

Re: [Rails] Fixed I Love Ruby broken link

2017-08-08 Thread Karthikeyan A K
10:31 AM, Karthikeyan A K <77mi...@gmail.com> wrote: > > Hello People, > > Have fixed some broken links for https://mindaslab.github.io/I-Love-Ruby/ > . I hosted I Love Ruby book on Open Mail Box, but now since they have made > their service paid, I have moved to github 100%.

Re: [Rails] Taking project from deveopment through test to production (worflow)

2017-09-10 Thread Karthikeyan A K
-talk/0af7f431-401e-4edc-b2cc- > 6e594af382ac%40googlegroups.com > <https://groups.google.com/d/msgid/rubyonrails-talk/0af7f431-401e-4edc-b2cc-6e594af382ac%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout.

[Rails] Need partners for hobby project

2017-10-04 Thread Karthikeyan A K
having a partner to program will motivate me more and help me to think add features. If you are good in Rails, have time, want to make the world learn better and efficient, then please reply me. Would be more than happy to hear from you. -- Karthikeyan A K -- You received this message because you

[Rails] Raty rate for Rails 5

2017-10-06 Thread Karthikeyan A K
Hello People, I found ratyrate gem not to work on Rails 5, so have done this one https://github.com/mindaslab/ratyrate Give feedback / pull requests so that we can iron out errors . -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- You received this message because you

Re: [Rails] Raty rate for Rails 5

2017-10-06 Thread Karthikeyan A K
il.com > <https://groups.google.com/d/msgid/rubyonrails-talk/CAL37D8HCB8TOO1Gx4W3ByYtqJ193qDUUqk9i1SLT1nmbjQYmwg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K Author of https://mindas

Re: [Rails] Need partners for hobby project

2017-10-07 Thread Karthikeyan A K
Gundala wrote: >> >> Will be happy to be apart of it. >> >> On Thu, Oct 5, 2017, 9:03 AM Karthikeyan A K <77m...@gmail.com> wrote: >> >>> Hello People, >>> >>> I got frustrated while trying to study Artificial Intelligence, so I &g

Re: [Rails] Re: Need partners for hobby project

2017-10-07 Thread Karthikeyan A K
Hello Kushal, Could I get your phone number, mine is +91 9444018524. On Sat, Oct 7, 2017 at 2:18 PM, kaushal kishore < kaushalkishorer...@gmail.com> wrote: > Hi Karthikeyan, > > I would love to be part of it. > > > On Thursday, October 5, 2017 at 9:03:15 AM UTC+5:3

Re: [Rails] Suggestion for open source projects to learn

2017-11-12 Thread Karthikeyan A K
d/rubyonrails-talk/b1027bc1-f3f6-4960-9ad7-0aa427d76d00%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- You received this message becau

[Rails] Top Ruby news this week

2018-01-11 Thread Karthikeyan A K
http://www.nyoboo.com/channels/2/messages/2 -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- 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 i

Re: [Rails] refinerycms

2018-01-13 Thread Karthikeyan A K
roups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- You received this message because you are subscribed to the Google Groups "Ruby on R

[Rails] Top Ruby Programming News This Week

2018-01-17 Thread Karthikeyan A K
Hello People, Checkout http://www.nyoboo.com/channels/2/messages/4 -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop

Re: [Rails] Videoconferencing.

2018-02-07 Thread Karthikeyan A K
. > For more options, visit https://groups.google.com/d/optout. > -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- 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 e

[Rails] I Love Ruby updated - the free Ruby programming book

2018-03-08 Thread Karthikeyan A K
Hello Folks, I added a section for test driven development. You can download I Love Ruby here https://mindaslab.github.io/I-Love-Ruby/ Enjoy coding. -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- You received this message because you are subscribed to the Google

[Rails] [ANN] Lot of typo corrections made in I Love Ruby

2018-03-18 Thread Karthikeyan A K
s! I still can't stop wondering how he did it. You can read his comments here https://mindaslab.github.io/I-Love-Ruby/what_people_say.html I once again thank the Ruby community to have given encouragement which has kept this book alive. -- Karthikeyan A K Author of https://mindaslab.github

Re: [Rails] Ruby on Rails Architectural Design

2018-04-15 Thread Karthikeyan A K
Start a rails project, ull understand it. On Sun, Apr 15, 2018, 10:34 PM Degendra Sivakoti < degendra.sivak...@gmail.com> wrote: > Is the architecture described in the blog post > > is relevant with rails 5? > > Where ca

[Rails] Chrome not reading authenticity token?

2018-06-12 Thread Karthikeyan A K
l-5-2-with-devise Any help would be useful. -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby/ -- 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

[Rails] A possible annoying bug in Rails

2018-06-13 Thread Karthikeyan A K
want to know weather you people are experiencing it? If yes, how you are dealing with it? -- Karthikeyan A K Founder of Code Tribe https://is.gd/codetribe Author of https://mindaslab.github.io/I-Love-Ruby/ -- You received this message because you are subscribed to the Google Groups "Rub

[Rails] [job] Looking for Rails freelance developers

2018-06-18 Thread Karthikeyan A K
Hello All, One of the startups I am coding for is expanding. We are looking for freelance Ruby on Rails backend developers who can put in at lease 25 hours a week. The work is completely remote. Interested people please mail me. -- Karthikeyan A K Founder of Code Tribe https://is.gd/codetribe

Re: [Rails] [job] Looking for Rails freelance developers

2018-06-19 Thread Karthikeyan A K
No, I'm in India. On Tue, Jun 19, 2018 at 5:37 PM, Paul McCubbins wrote: > Are you in the US? > > > > > > On Mon, Jun 18, 2018, 23:44 Karthikeyan A K <77mi...@gmail.com> wrote: > >> Hello All, >> >> One of the startups I am coding for is exp

Re: [Rails] Re: [job] Looking for Rails freelance developers

2018-06-22 Thread Karthikeyan A K
I am getting USD 45 per hour now. So I think i can get in that range for you too if you fit the bill. On Fri, Jun 22, 2018 at 12:45 AM, Joe Guerra wrote: > How much does it pay? > > > On Tuesday, June 19, 2018 at 12:45:05 AM UTC-4, Karthikeyan A K wrote: >> >> Hel

Re: [Rails] Re: [job] Looking for Rails freelance developers

2018-06-22 Thread Karthikeyan A K
To 77minds at gmail dot com , but please people could you mail me than the group? Lets not pollute inboxes. On Fri, Jun 22, 2018 at 1:24 PM, Edsil Basadre wrote: > Where to send the resume? > > On Fri, 22 Jun 2018 at 3:54 PM, Karthikeyan A K <77mi...@gmail.com> wrote: > >

[Rails] A possible mistake in Rails Active Storage documentation

2018-06-23 Thread Karthikeyan A K
Hello all, I had trouble with image resizing in Active Storage. Have blogged about it here: https://mindaslab.github.io/2018/06/23/a-possible-mistake-in-rails-active-storage-documentation.html What you people think about it? -- Karthikeyan A K Author of https://mindaslab.github.io/I-Love-Ruby

Re: [Rails] A possible mistake in Rails Active Storage documentation

2018-06-23 Thread Karthikeyan A K
:D ahhh! Thanks a lot. Was scratching my head. ROFL. On Sat, Jun 23, 2018 at 5:39 PM, botp wrote: > On Sat, Jun 23, 2018 at 4:55 PM, Karthikeyan A K <77mi...@gmail.com> > wrote: > >> Hello all, I had trouble with image resizing in Active Storage. Have >> b

Re: [Rails] Is it a good idea to avoid ERB usage, when it seems useless.

2018-06-26 Thread Karthikeyan A K
: "key-value"){ > concat content_tag(:span, class: "key"){ key } > concat content_tag(:span, class: "value"){ value } > } > > > > *Questions* > > Why do we (Rails coders) write views as templates using ERB ... > ? Is it a go idea t

  1   2   >