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>
<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