Re: [Rails] rvm

2016-03-05 Thread fugee ohu
On Saturday, March 5, 2016 at 4:40:48 PM UTC-5, Colin Law wrote: > > On 5 March 2016 at 21:22, fugee ohu > > wrote: > > i installed rvm on 2 different machines with the same linux version, one > i > > have to type `source ~/.rvm/scripts/rvm` the other i have to type > `source > > /usr/local

[Rails] I have problems with the route file.

2016-03-05 Thread Santiago Pérez
Hi everybody, I have two question. I will put ID: FALSE for not create the ID that ROR creates default and I assigned an attribute STRING named EMAIL, but when I go to EDIT I get the following: NO ROUTE MATCHES [GET] "/users/s...@gmail.com/edit" ¿How do I fix this? ¿The ID can be an email address

Re: [Rails] rvm

2016-03-05 Thread fugee ohu
On Saturday, March 5, 2016 at 4:40:48 PM UTC-5, Colin Law wrote: > > On 5 March 2016 at 21:22, fugee ohu > > wrote: > > i installed rvm on 2 different machines with the same linux version, one > i > > have to type `source ~/.rvm/scripts/rvm` the other i have to type > `source > > /usr/local

[Rails] Re: Split check_box_tag into two or three columns

2016-03-05 Thread John Sanderbeck
I never thought about CSS3... Thank you!! -- 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+un

Re: [Rails] rvm

2016-03-05 Thread Colin Law
On 5 March 2016 at 21:22, fugee ohu wrote: > i installed rvm on 2 different machines with the same linux version, one i > have to type `source ~/.rvm/scripts/rvm` the other i have to type `source > /usr/local/rvm/scripts/rvm`, on the latter i get the faraday error > connection refused on port 9200

[Rails] rvm

2016-03-05 Thread fugee ohu
i installed rvm on 2 different machines with the same linux version, one i have to type `source ~/.rvm/scripts/rvm` the other i have to type `source /usr/local/rvm/scripts/rvm`, on the latter i get the faraday error connection refused on port 9200, with the same app -- You received this messag

Re: [Rails] Split checkbox_tag into two or three columns

2016-03-05 Thread Hassan Schroeder
On Sat, Mar 5, 2016 at 7:44 AM, John Sanderbeck wrote: > What I have is a list of audience types attending a training, and I > would like to split the list of checked items into two or three columns > instead of having one long list with checkboxes. > Is this even possible, and if it is, is it pr

[Rails] Split checkbox_tag into two or three columns

2016-03-05 Thread John Sanderbeck
What I have is a list of audience types attending a training, and I would like to split the list of checked items into two or three columns instead of having one long list with checkboxes. Here is my current code which works fine however it is presented in one long list that you need to scroll dow