perumal
perumal
Hi All, Can anyone guide me on injecting an online script like www.domain.com/myscript.js instead of injecting an local offline script present in the drive like '/Users/john/dev/myscript.js' ``` chromy.chain() .goto('http://www.somedomain.com') .sleep(5000)...
Hi lucasefe, ``` Using themes_for_rails we can override the views, stylesheets and javascripts. In the same manner, is it also possible to override the CONTROLLERS. If it is possible then...
Hi, I am getting undefined method `theme_image_path' for and undefined method`current_theme_image_path' for When I used them inside .css.erb files What could be the problem here?