Methods
Instance Public methods
badge_version()
📝 Source code
# File railties/lib/rails/api/task.rb, line 211
def badge_version
"edge"
end
🔎 See on GitHub
canonical_url()
📝 Source code
# File railties/lib/rails/api/task.rb, line 215
def canonical_url
"https://edgeapi.rubyonrails.org"
end
🔎 See on GitHub
rails_version()
📝 Source code
# File railties/lib/rails/api/task.rb, line 207
def rails_version
"main@#{`git rev-parse HEAD`[0, 7]}"
end
🔎 See on GitHub