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