This topic created in 5801 days ago, the information mentioned may be changed or developed.
2 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
daqing Sep 3, 2010
这个脚本可以在Rails console里面执行,因为JSON的解析用到了Rails的ActiveSupport。
当然,也可以改成用ruby的JSON gem,这样就不依赖rails了。
|
 |
|
2
marshluca Sep 3, 2010
在Rails console里执行确实挺方便 ActiveSupport实质就是一堆ruby library。
|