Re: [NWRUG] NWRUG’s May 2024 Meeting

2024-05-17 Thread Darren Jones
Thanks for the talk last night Brandon and thanks to everyone for being so welcoming. I enjoyed the talk and the discussion about remote/office working. Thanks to Tim for hosting as well! On Thu, 16 May 2024 at 13:53, Tim Wearing wrote: > Looking forward to welcoming NWRUG to the Chroma office

Re: [NWRUG] Thursday 18th July meetup: Taylor’s Guide to Big Rewrites

2024-07-18 Thread Darren Jones
Is there any chance of vegan pizza? Np if not, will just get food before. Thanks, Daz On Thu, 18 Jul 2024 at 11:48, Tekin Süleyman wrote: > Last reminder, NWRUG is meeting tonight! > > If you’re coming down do register > by 4pm so we can > or

Re: [NWRUG] Thursday 18th July meetup: Taylor’s Guide to Big Rewrites

2024-07-18 Thread Darren Jones
Thanks! On Thu, 18 Jul 2024 at 12:07, Tekin Süleyman wrote: > For sure 👍🏽 > > On 18 Jul 2024, at 12:02, Darren Jones wrote: > > Is there any chance of vegan pizza? Np if not, will just get food before. > > Thanks, > > Daz > > On Thu, 18 Jul 2024 at 11:48,

Re: [NWRUG] Thursday 18th July meetup: Taylor’s Guide to Big Rewrites

2024-07-18 Thread Darren Jones
Please could someone bring an iPhone charger if possible? On Thu, 18 Jul 2024 at 12:07, Darren Jones wrote: > Thanks! > > On Thu, 18 Jul 2024 at 12:07, Tekin Süleyman wrote: > >> For sure 👍🏽 >> >> On 18 Jul 2024, at 12:02, Darren Jones wrote: >> >>

Re: [NWRUG] August 2024 - Meeting Details

2024-08-14 Thread Darren Jones
If you could get a vegan pizza again that would be great! Thanks, Daz On Tue, 13 Aug 2024 at 08:52, Brandon Burton < brandon.anthony.bur...@gmail.com> wrote: > Hey everyone, > > Just a reminder that we'll be getting together this Thursday. See you then! > > On Thu, Aug 1, 2024 at 9:07 AM Brando

Re: [NWRUG] Alternatives to Devise

2024-08-20 Thread Darren Jones
Thanks for those replies. Think I’ll give those generators from Rails 8 a try. Some nice ideas there Lee. I’m thinking of setting up a template with some auth in place to make firing up a demo site easier. On Mon, 19 Aug 2024 at 09:53, Lee Hambley wrote: > It also depends on how far you want

Re: [NWRUG] Monkey Patching JavaScript

2024-08-20 Thread Darren Jones
Yeah I’ve added quite a few methods. You can also add properties as well which is nice. JavaScript is a really flexible language but missing quite a bit of stuff. On Mon, 19 Aug 2024 at 09:56, Lee Hambley wrote: > Because Javascript is a "prototype" oriented language (although, modern > intr

Re: [NWRUG] Monkey Patching JavaScript

2024-08-20 Thread Darren Jones
I’ll share what I hack together … On Tue, 20 Aug 2024 at 08:11, Darren Jones wrote: > Yeah I’ve added quite a few methods. > > You can also add properties as well which is nice. > > JavaScript is a really flexible language but missing quite a bit of stuff. > > > > O

Re: [NWRUG] Alternatives to Devise

2024-08-23 Thread Darren Jones
transformed > into posts that go out to the provider. That I did not like, cos rails > routes doesn't tell you anything useful and magic spells bad. > > If I hadn't been pressed for time I'd have done Omniauth myself. > > On Tuesday, August 20, 2024 at 8:09:44 AM

Re: [NWRUG] [Jobs] Senior Ruby on Rails Software Engineer at Yozu

2024-09-20 Thread Darren Jones
Email care...@yozu.co.uk to apply 👍🏻 On Fri, 20 Sep 2024 at 09:53, DAZ wrote: > https://yozu.careers/vacancies/senior-ruby-on-rails-software-engineer/ > > We’re looking for passionate Senior Ruby on Rails Software Engineers who > have a deep understanding of the Rails framework and surrounding

Re: [NWRUG] Git History

2024-09-20 Thread Darren Jones
Thanks Brandon. Glad you enjoyed it! On Fri, 20 Sep 2024 at 17:26, Brandon Burton < brandon.anthony.bur...@gmail.com> wrote: > Thanks for speaking! It was really interesting to hear your story, I > really enjoyed it. > > On Fri, Sep 20, 2024 at 9:38 AM DAZ wrote: > >> Thanks for letting me speak

[NWRUG] Shopping Cart Kata

2024-11-22 Thread Darren Jones
Really loved the session last night, be good to do something similar again (or even a longer coding session on a weekend?) Thanks to Rob for running it! This is where me and Ste got up to: All the tests were passing, but we weren't happy with so much logic being in the scan method. Our next m

[NWRUG] Re: Shopping Cart Kata

2024-11-22 Thread Darren Jones
ome: > https://theartandscienceofruby.com/test-driven-development-kata-9/ (plus > a quick tidy up of the final code - I'm pretty pleased with how it turned > out). > > B > > On Friday, 22 November 2024 at 09:53:00 UTC Darren Jones wrote: > >> Really loved the ses

[NWRUG] Re: Authentication and Registration Generators ...

2025-02-21 Thread Darren Jones
ps - if anyone want to see how the code works, there's a great tutorial to build your own auth, almost the same as what the generator creates here: https://www.rubanonrails.com/courses/rails-cookie-authentication/lessons/user-registration On Friday, February 21, 2025 at 4:38:52 PM UTC D

[NWRUG] Authentication and Registration Generators ...

2025-02-21 Thread Darren Jones
Hi everyone, Thanks for letting me speak last night and sorry for having to rush off. Had some nice discussions in the pub afterwards about whether or not registration pages are needed, but I for one find them useful to have ... so after a nudge from Caius, I made a gem with a generator that ma