Frank

Results 4 issues of Frank

I am adding some filtering in `get_raw_records`, and when the data are refreshed via AJAX, i would like to also pass a hash back to the view. Is there a...

I am trying to add the lineheight plugin, i created my config.js and added : `config.extraPlugins = 'lineheight,richcombo,floatpanel,panel,listblock,button';`. i also initialised the ckeditor as per the instruction: ``` Ckeditor.setup do...

After upgrading Ruby, we noticed that this method no longer works, so we change the open(@url) to Net::HTTP.get_response(URI(@url)) and it works fine now.