Y
Hacker News
new
|
ask
|
show
|
jobs
by
agento
5275 days ago
Maybe you should take a look at the Rails sourcecode.
1 comments
FooBarWidget
5275 days ago
Rails only does that to optimize certain function calls. eval() is used as a method to compile/inline certain functions. Most code in Rails does not use eval.
link
drothlis
5274 days ago
https://github.com/rails/rails/blob/2-3-stable/actionpack/li...
Try getting your editor to find that definition of method "accept_language" or "cache_control". :-)
link