faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
feepbot has quit [Remote host closed the connection]
feepbot has joined #amber
marenz_ has quit [Ping timeout: 268 seconds]
<FromGitter> <sam0x17> I have a crystal app that lives in a subdirectory of a rails project. When I run crystal spec, it is saying 0 examples found, but if I move the crystal app to my desktop or somewhere not in another project, crystal spec finds my examples
<FromGitter> <sam0x17> I think it is traversing to the root before checking for a spec directory in the current directory
<FromGitter> <sam0x17> (root as defined by where the .git folder is)
<FromGitter> <sam0x17> never mind, it seems to be working now for no reason
<FromGitter> <robacarp> @sam0x17 I’m curious to know how crystal and Rails are working together. What are you doing with the combination?
<FromGitter> <Blacksmoke16> wonder if you can make rake tasks call a crystal program
marenz_ has joined #amber
<FromGitter> <drinkmorewaters> Hi there! So thanks for the help compiling. Now that i have compiled, will clicking the executable on OSX start and run the application/server?
<FromGitter> <drinkmorewaters> All i get is an exit error and "Unhandled exception: no driver was registered for the schema"
<FromGitter> <drinkmorewaters> here's the full error `Documents/dev/crystal/my_blog_amber/my_blog_amber ; exit; ⏎ Unhandled exception: no driver was registered for the schema "", did you maybe forget to require the database driver? (ArgumentError) ⏎ from Documents/dev/crystal/my_blog_amber/lib/db/src/db.cr:85:7 in 'driver_class' ⏎ from Documents/dev/crystal/my_blog_amber/lib/db/src/db.cr:151:5 in 'build_driver' ⏎ from
<FromGitter> ... Documents/dev/crystal/my_blog_amber/lib/db/src/db.cr:139:5 in 'build_database' ... [https://gitter.im/amberframework/amber?at=5b51f40ef10ffa0b489ed9bf]
<FromGitter> <Blacksmoke16> how are you supplying the connection_url?
<FromGitter> <Blacksmoke16> docker evn variable?
<FromGitter> <Blacksmoke16> @drinkmorewaters
<FromGitter> <drinkmorewaters> I am not using docker at all. Simply the standard config that comes out of the box.
<FromGitter> <Blacksmoke16> gotcha, using the database.yml file then?
<FromGitter> <drinkmorewaters> I'll have to get back to you tomorrow about it, it's nearly 12, spent the last 4 hours dicking around with Amber and lost track of time :D
<FromGitter> <Blacksmoke16> xD
<FromGitter> <Blacksmoke16> sounds like a plan
wontruefree has joined #amber
hightower4 has quit [Ping timeout: 240 seconds]
hightower4 has joined #amber
<FromGitter> <jspillers> where is the correct place to setup a redis client... set a client instance to `REDIS` in initializers?
<FromGitter> <jspillers> also related... should i also setup a redis subscribe block there as well?
wontruefree has quit [Quit: bye]
wontruefree has joined #amber
<FromGitter> <Thellior> Did someone used Amber as Auth server for SSO(Single Sign on)
<FromGitter> <robacarp> @jspillers the redis url can be supplied as an environment variable
<FromGitter> <robacarp> @drinkmorewaters check your environment for a variable called database_url
wontruefree has quit [Quit: bye]
wontruefree has joined #amber
wontruefree has quit [Quit: bye]
wontruefree has joined #amber
<FromGitter> <Blacksmoke16> https://github.com/amberframework/granite/pull/257 read for review!
wontruefree has quit [Quit: bye]
marenz_ has quit [Ping timeout: 248 seconds]