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