Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Ambience #53

Closed
airled opened this issue Jan 16, 2016 · 1 comment
Closed

Issue with Ambience #53

airled opened this issue Jan 16, 2016 · 1 comment

Comments

@airled
Copy link

airled commented Jan 16, 2016

App file looks like

require "kemal"
require "ambience"

module HotWater::Crystal
  ENV["env"] ||= "development"
  amb = Ambience::Application.new("~/hot_water-crystal/config/environment.yml", ENV["env"])
  amb.load

  get "/" do
    # render "views/index.ecr"
    p ENV
  end
end

But localhost:3000/ returns | 404 | GET / - (50µs)

@airled airled closed this as completed Jan 16, 2016
@airled
Copy link
Author

airled commented Jan 16, 2016

I'm sorry. Problem was with incorrect yaml markup.

@airled airled changed the title Issue with Anbience Issue with Ambience Jan 16, 2016
@airled airled reopened this Jan 16, 2016
@airled airled closed this as completed Jan 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant