makesign / concerto2

New Rails 7 version of concerto - WIP WORK IN PROGRESS!
0 stars 0 forks source link

App accesses github #13

Closed bkleinen closed 1 month ago

bkleinen commented 1 month ago

yeah. We shouldnt:

we shouldn't be checking github if it's just a script launching rails

  if !defined?(Rails::Console) && File.split($PROGRAM_NAME).last != 'rake' && Octokit.rate_limit.remaining > 1
    repositories = Octokit.repos 'concerto-addons'
    repositories.each do |r|
      addons << [r.name.titleize, r.name]
    end
bkleinen commented 1 month ago

image