{"id":17003839,"url":"https://github.com/cldwalker/ripl-after_rc","last_synced_at":"2026-05-18T11:08:32.456Z","repository":{"id":56892351,"uuid":"1064322","full_name":"cldwalker/ripl-after_rc","owner":"cldwalker","description":"A ripl plugin that defines blocks to run after ~/.irbrc","archived":false,"fork":false,"pushed_at":"2010-11-09T07:17:56.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T10:44:16.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cldwalker.png","metadata":{"files":{"readme":"README.rdoc","changelog":"CHANGELOG.rdoc","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-11-09T06:51:50.000Z","updated_at":"2014-06-16T12:27:10.000Z","dependencies_parsed_at":"2022-08-21T01:20:47.638Z","dependency_job_id":null,"html_url":"https://github.com/cldwalker/ripl-after_rc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-after_rc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-after_rc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-after_rc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldwalker%2Fripl-after_rc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cldwalker","download_url":"https://codeload.github.com/cldwalker/ripl-after_rc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937832,"owners_count":20535127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:32:51.140Z","updated_at":"2026-05-18T11:08:27.425Z","avatar_url":"https://github.com/cldwalker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Description\nThis ripl plugin provides a simple way to define blocks which are\nrun after ~/.irbrc is loaded. A more useful version of IRB.conf[:IRB_RC].\n\n== Install\nInstall the gem with:\n\n    sudo gem install ripl-after_rc\n\n== Usage\n\nAdd to your ~/.riplrc\n\n    require 'ripl/after_rc'\n\nAnywhere in your ~/.irbrc\n\n    Ripl.after_rc do\n      # some code to run after ~/.irbrc\n    end\n\nYou can call Ripl.after_rc as many times as you'd like and the blocks\nwill be called later in the order they were defined.\n\n== Motivation\nSo why use this at all? Say you have some Rails helpers to define but Rails doesn't get loaded until\nlater in the irbrc or after irbrc. Simply pass Ripl.after_rc a block and it will be called later\nwhen Rails is available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fripl-after_rc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcldwalker%2Fripl-after_rc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldwalker%2Fripl-after_rc/lists"}