Skip to the content
Jason Fleetwood-Boldt
  • About Jason
  • Courses
    • Digital Marketing & SEO Toolkit
    • Hot Glue Tutorial
    • Deployment Zone ☁
  • DESIGN
    • Great Modern Web Design Examples
    • List of Search Engines
  • MORE
    • Rails 7: Up & Running with JSBundling
1

Happy New Year from Helios!

January 12, 2022January 12, 2022
Programming

Ruby Strings

symbolwhat it does +concatenate "a" "b" => -1 >> "a" "a" => 0 >> "b" "a" => 1 Some more string methods, using examples: >>...

Jason
June 9, 2009January 12, 2010
Read More
Programming

Execute shell script from within ruby

1) Use the "system" method system "ls" 2) Or use backticks. Note that backticks support you returning to the results and assigning them to a...

Jason
June 8, 2009January 12, 2010
Read More
Programming

Migration Generator Shortcuts

Some great shortcuts for script generation. I always try to start by building scaffold for any new entity, then remove the scaffold as needed, leaving...

Jason
June 2, 2009January 12, 2010
Read More
Programming

Ruby function to check if something is a number

def is_a_number?(s) s.to_s.match(/\A[+-]?\d+?(\.\d+)?\Z/) == nil? false : true end

Jason
June 2, 2009January 12, 2010
Read More
Programming

Rails Plugins with SVN

I'm working with a plugin that I wrote. I want to pull the plugin into an app I'm writing, but still be able to make...

Jason
June 2, 2009January 12, 2010
Read More
Programming

Rake tasks

How can I search for available rake tasks? rake -T | grep gem (where "gem" is the thing you are searching for) The above example...

Jason
June 2, 2009January 12, 2010
Read More
Programming

Working with gems

Gems are installed by sources, or a repository which holds several gems. Generally all the gems you will need are either in gems.rubyforge.org or gems.github.com,...

Jason
June 2, 2009January 12, 2010
Read More

Hot Glue: Rapid Prototype Toolkit for Turbo Rails

Recent Post

Big Tech Won’t Save Us

Hot Glue v0.4.7

Hello Stimulus JS

When Rails Ejected Node and the History of Compiled JS in Rails

Sitemaps on an External S3 Bucket using an Asset Subdomain for 2022

Programming

Marketing Tools

Tech Industry

Notes From Meetups

  • About Jason
  • Courses
    • Digital Marketing & SEO Toolkit
    • Hot Glue Tutorial
    • Deployment Zone ☁
  • DESIGN
    • Great Modern Web Design Examples
    • List of Search Engines
  • MORE
    • Rails 7: Up & Running with JSBundling
  • JFB’s Open Source Gems
  • Hot Glue: A Scaffold Companion for Turbo-Rails and Hotwire
  • Nonschema Migrations
  • Universal Track Manager
Copyright © 2022 Jason Fleetwood-Boldt. © Jason Fleetwood-Boldt All rights reserved.
Theme: ExtendedNews By Themeinwp. Powered by WordPress.
This website uses cookies to improve your experience. Cookie settings
ACCEPT
(See full Privacy Policy.)
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT