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
vivus has quit [Remote host closed the connection]
<FromGitter> <drujensen> @damianham looks like i missed you
<FromGitter> <drujensen> I will ping you directly
<FromGitter> <skyeagle> hi guys, ⏎ ⏎ is there a way to dynamically create routes, like : ⏎ ⏎ ``` ["/something"].map do |route| ⏎ get route, HomeController, :index ⏎ end``` ... [https://gitter.im/amberframework/amber?at=5bceb7b63844923661830b17]
<FromGitter> <drujensen> The `resources` macro does this to define the 7 actions
<FromGitter> <drujensen> Is that what you are looking for?
<FromGitter> <skyeagle> exactly, thank you!
vivus has joined #amber
<FromGitter> <robacarp> @drujensen I've been thinking about this since discussing it the other day. ⏎ ⏎ These are equivalent: `Model.where(A).and(B)` `Model.where(A).where(B)` ⏎ What about these?: `Model.where(C).or(D)` `Model.where(C).or.where(D)` ⏎ And what about (future) negation: `Model.where(E).not(F)` and/or `Model.where(E).not.where(F)` ... [https://gitter.im/amberframework/amber?at=5bcf9599c08b8b3067609324]
<FromGitter> <faustinoaq> Hi Amber community, I'm back, I had taken a loooooong break 😅 At least 4 months :)
<FromGitter> <faustinoaq> I guess I need to update some things in my Amber setup 😄
<FromGitter> <Blacksmoke16> o/
vivus has quit [Remote host closed the connection]