This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
f173ec77fc
rails--rails
/
actionview
/
test
/
ujs
/
config.ru
7 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Use frozen string literal in actionview/
2017-07-23 11:36:41 -04:00
# frozen_string_literal: true
Define path with __dir__ ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
2017-05-15 10:17:28 -04:00
$LOAD_PATH.unshift __dir__
Fix Rubocop violations and fix documentation visibility Some methods were added to public API in 5b14129d8d4ad302b4e11df6bd5c7891b75f393c and they should be not part of the public API.
2016-12-28 21:53:51 -05:00
require "server"
Test rails-ujs in our travis matrix
2017-02-21 13:41:17 -05:00
Add UJS tests
2016-11-25 23:42:29 -05:00
run UJS::Server
Copy permalink