I've uncovered a problem with them. I have too many.
I've uncovered a problem with them. I have too many.
That's not bad!
That's not bad!
In each action class you can define `params` blocks, but you can also make those into reusable classes that can be shared (and tested!) if you have a common set of params that need to be used!
#HanamiTips
In each action class you can define `params` blocks, but you can also make those into reusable classes that can be shared (and tested!) if you have a common set of params that need to be used!
#HanamiTips
lol
lol
😅 I swear my code isn't that bad!
😅 I swear my code isn't that bad!
I haven't needed my tricks to make things feel even faster yet!
I haven't needed my tricks to make things feel even faster yet!
You can implement your own logging behavior for @hanamirb.org by overriding the config.logger.logger_constructor in your app.rb file.
This one records the logs to stdout AND a log file and rotates logs daily or at 1mb in size.
You can implement your own logging behavior for @hanamirb.org by overriding the config.logger.logger_constructor in your app.rb file.
This one records the logs to stdout AND a log file and rotates logs daily or at 1mb in size.
lotta work to do! but it's a start 😎
(you'd never believe the journey I've been on to make this work today. Very educational... and the scenic route taken for sure)
lotta work to do! but it's a start 😎
(you'd never believe the journey I've been on to make this work today. Very educational... and the scenic route taken for sure)
current status:
current status:
not bad, it's feeling decent and almost usable!
not bad, it's feeling decent and almost usable!
also have commit details + commit list working. I think it'll be time for issues + pull requests soon enough!
also have commit details + commit list working. I think it'll be time for issues + pull requests soon enough!
solid work for 24 hours total, spun up the app + git service, app has user auth, orgs, repos, ssh keys, and a git integration with the git service.
git service uses terraform / ansible to deploy / provision itself and integrates with rails
solid work for 24 hours total, spun up the app + git service, app has user auth, orgs, repos, ssh keys, and a git integration with the git service.
git service uses terraform / ansible to deploy / provision itself and integrates with rails
now I need to ensure my rails platform will be able to read the git repos and run operations
now I need to ensure my rails platform will be able to read the git repos and run operations