[Rails] Re: how can i change templating engine to normal from slim

2017-03-25 Thread Клим
Remove gem 'slim-rails' from your Gemfile and run bundle install. пятница, 24 марта 2017 г., 17:11:01 UTC+3 пользователь fugee ohu написал: > > I created an app without ever invoking `rails new ...` because i copied > and pasted another app to begin building the app Now when I run the > gen

Re: [Rails] Why isn't Puma working!?

2017-03-25 Thread Colin Law
On 25 March 2017 at 02:40, Raina Millay wrote: > It's driving me crazy because i'm new to programming and I can't find help > for this anywhere... I have windows 7 and when I try to pull up the > localhost3000 after I put "Rails Server" in the command, it just has errors > on the webpage, and then

[Rails] ActionMailer Preview. Is it posible to use multiple paths?

2017-03-25 Thread Илья Николаевич
Hi there! In my project I have a few engines. Each engine has its own set of Mailers and templates. I want to have Previews for each specific engine, and keep them in engines. I've found that ActionMailer Preview provides a way to change a path to preview classes, but looks like it's impossibl

[Rails] Why isn't Puma working!?

2017-03-25 Thread Raina Millay
It's driving me crazy because i'm new to programming and I can't find help for this anywhere... I have windows 7 and when I try to pull up the localhost3000 after I put "Rails Server" in the command, it just has errors on the webpage, and then on the command prompt. I can't figure out where I w