fork download
  1. # Be sure to restart your server when you modify this file.
  2.  
  3. # Your secret key is used for verifying the integrity of signed cookies.
  4. # If you change this key, all old signed cookies will become invalid!
  5.  
  6. # Make sure the secret is at least 30 characters and all random,
  7. # no regular words or you'll be exposed to dictionary attacks.
  8. # You can use `rake secret` to generate a secure secret key.
  9.  
  10. # Make sure your secret_key_base is kept private
  11. # if you're sharing your code publicly.
  12. Oneday::Application.config.secret_key_base = 'fc6efd672a46124277e0c9bb1133a55d1774107e18a8d76ddafc596bdd7b22dec5e231d50019cef38fad4743041166857d8159b7c4ccefbd36d3fd13d3720593'
  13.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: illegal character: \35
# Be sure to restart your server when you modify this file.
^
Main.java:1: error: class, interface, or enum expected
# Be sure to restart your server when you modify this file.
     ^
Main.java:3: error: illegal character: \35
# Your secret key is used for verifying the integrity of signed cookies.
^
Main.java:4: error: illegal character: \35
# If you change this key, all old signed cookies will become invalid!
^
Main.java:6: error: illegal character: \35
# Make sure the secret is at least 30 characters and all random,
^
Main.java:7: error: illegal character: \35
# no regular words or you'll be exposed to dictionary attacks.
^
Main.java:7: error: unclosed character literal
# no regular words or you'll be exposed to dictionary attacks.
                         ^
Main.java:8: error: illegal character: \35
# You can use `rake secret` to generate a secure secret key.
^
Main.java:8: error: illegal character: \96
# You can use `rake secret` to generate a secure secret key.
              ^
Main.java:8: error: illegal character: \96
# You can use `rake secret` to generate a secure secret key.
                          ^
Main.java:10: error: illegal character: \35
# Make sure your secret_key_base is kept private
^
Main.java:11: error: illegal character: \35
# if you're sharing your code publicly.
^
Main.java:11: error: unclosed character literal
# if you're sharing your code publicly.
        ^
Main.java:12: error: unclosed character literal
Oneday::Application.config.secret_key_base = 'fc6efd672a46124277e0c9bb1133a55d1774107e18a8d76ddafc596bdd7b22dec5e231d50019cef38fad4743041166857d8159b7c4ccefbd36d3fd13d3720593'
                                             ^
Main.java:12: error: illegal line end in character literal
Oneday::Application.config.secret_key_base = 'fc6efd672a46124277e0c9bb1133a55d1774107e18a8d76ddafc596bdd7b22dec5e231d50019cef38fad4743041166857d8159b7c4ccefbd36d3fd13d3720593'
                                                                                                                                                                              ^
15 errors
stdout
Standard output is empty