Re: [Rails] Cannot boot server. 'uninitialized constant ActionView::Helpers::ActiveModelHelper (NameError)'

2015-09-05 Thread Colin Law
On 4 September 2015 at 17:42, Zaid Ikhlas wrote: > I created an app but whenever I run > rails server > > It gives me the following error > :in `': uninitialized constant > ActionView::Helpers::ActiveModelHelper (NameError) > from > C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/actionview-4.2.4/l

Re: [Rails] Cannot boot server. 'uninitialized constant ActionView::Helpers::ActiveModelHelper (NameError)'

2015-09-04 Thread Sadaf Noor
Try following: 0. Reinstall actionview gem 1. Switching to ruby 2.0 version. 2015-09-04 22:42 GMT+06:00 Zaid Ikhlas : > I created an app but whenever I run > rails server > > It gives me the following error > :in `': uninitialized constant > ActionView::Helpers::ActiveModelHelper (NameError) >

[Rails] Cannot boot server. 'uninitialized constant ActionView::Helpers::ActiveModelHelper (NameError)'

2015-09-04 Thread Zaid Ikhlas
I created an app but whenever I run rails server It gives me the following error :in `': uninitialized constant ActionView::Helpers::ActiveModelHelper (NameError) from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/actionview-4.2.4/lib/action_view/helpers.rb:4:in `' from C:/Ruby22-x6