Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread Walter Lee Davis
> On Dec 18, 2016, at 9:06 PM, fugee ohu wrote: > > On Sunday, December 18, 2016 at 5:27:04 PM UTC-5, Colin Law wrote: > On 18 December 2016 at 20:57, fugee ohu wrote: > > no i don't have .rvmrc anywhere > > > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > >> > >> O

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread fugee ohu
On Sunday, December 18, 2016 at 5:27:04 PM UTC-5, Colin Law wrote: > > On 18 December 2016 at 20:57, fugee ohu > > wrote: > > no i don't have .rvmrc anywhere > > > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > >> > >> On 17 December 2016 at 22:32, fugee ohu wrote: >

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread fugee ohu
On Sunday, December 18, 2016 at 5:27:04 PM UTC-5, Colin Law wrote: > > On 18 December 2016 at 20:57, fugee ohu > > wrote: > > no i don't have .rvmrc anywhere > > > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > >> > >> On 17 December 2016 at 22:32, fugee ohu wrote:

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread Colin Law
On 18 December 2016 at 20:57, fugee ohu wrote: > no i don't have .rvmrc anywhere > > On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: >> >> On 17 December 2016 at 22:32, fugee ohu wrote: >> > configure: error: cannot run C compiled programs. If you meant to cross >> > compile, u

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread fugee ohu
no i don't have .rvmrc anywhere On Sunday, December 18, 2016 at 3:43:59 AM UTC-5, Colin Law wrote: > > On 17 December 2016 at 22:32, fugee ohu > > wrote: > > configure: error: cannot run C compiled programs. If you meant to cross > > compile, use--host > > > Have you got a file ~/.rvmrc? If s

[Rails] What initializer should I follow to be able to add to the config.assets.paths

2016-12-18 Thread Tom Prats
Hey guys, When testing a gem that adds a folder to `config.assets.paths`, I get an error that `assets` is not defined. It works on any version less than 5.0 but I couldn't find any code that changed since then that would affect: initializer "my_gem.add_assets_path", after: :engines_blank_

[Rails] Triggering a `rails assets:precompile` through a model

2016-12-18 Thread Tom Prats
Hey guys! I know you can run rake tasks and system commands in various ways through Rails, but I'm worried about potential side-effects that I might not understand. So I figured I'd ask you guys if you've had any experience with this. Here's more about my use-case: I have a singleton model, Ap

Re: [Rails] rvm install fails with configure: error: cannot run C compiled programs

2016-12-18 Thread Colin Law
On 17 December 2016 at 22:32, fugee ohu wrote: > configure: error: cannot run C compiled programs. If you meant to cross > compile, use--host Have you got a file ~/.rvmrc? If so what is in it? Paste here the results of rvm info Colin -- You received this message because you are subscribed to