Re: [Rails] Showing data in one cell of csv but in line

2015-10-27 Thread honey ruby
thank you. Let me check. On Tue, Oct 27, 2015 at 2:14 PM, Colin Law wrote: > On 27 October 2015 at 06:37, honey ruby > wrote: > > Hi all, > > > > I have to show data in csv in one cell but in new line. > > eg: 2015xyz > > 2014 abc > > > > How can I show this way using csv in rai

Re: [Rails] Dev Environment

2015-10-27 Thread tamouse pontiki
On Mon, Oct 26, 2015 at 9:28 PM, Srinivas Kalyan wrote: > Hi All, > > I am new Ruby on Rails, I had installed as described below on my machine. > Could you please advise good editor compatible to the below configuration? > There are several good coding editors to choose from: * Sublime Text 2 o

Re: [Rails] Dev Environment

2015-10-27 Thread Colin Law
On 27 October 2015 at 02:28, Srinivas Kalyan wrote: > Hi All, > > I am new Ruby on Rails, I had installed as described below on my machine. > Could you please advise good editor compatible to the below configuration? > And any additional steps required once i install these? > > MySQL 5.6.27 > Ruby

[Rails] Dev Environment

2015-10-27 Thread Srinivas Kalyan
Hi All, I am new Ruby on Rails, I had installed as described below on my machine. Could you please advise good editor compatible to the below configuration? And any additional steps required once i install these? 1. MySQL 5.6.27 2. Ruby 2.2 3. Git 4. Rails 4.0 Appreciate your help

[Rails] Update your Gemfile gems

2015-10-27 Thread Ben A
This could be useful. http://gemfly.findings.co -- 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

Re: [Rails] Showing data in one cell of csv but in line

2015-10-27 Thread Colin Law
On 27 October 2015 at 06:37, honey ruby wrote: > Hi all, > > I have to show data in csv in one cell but in new line. > eg: 2015xyz > 2014 abc > > How can I show this way using csv in rails. am using faster csv. It depends what you want to do with the csv. It may be that generatin

Re: [Rails] two versions of show.html.erb

2015-10-27 Thread Colin Law
On 27 October 2015 at 01:56, Gerardo Abregu wrote: > Can i have two versions of show.html.erb for the same model.Is it > possible. First note that views do not relate directly to models, they relate to controllers. A controller does not necessarily map directly to a model. So more correctly you