okliv
okliv
I have date column data in this `moment` format: YYYY-MM-DD h:mm:ss and try to use `bootstrap-datepicker` plugin to filter within `range_date` filter_type: ``` javascript { filter_type: 'range_date', datepicker_type: 'bootstrap-datepicker', date_format:...
See fiddle: https://jsfiddle.net/qztg6w9n/18/
there is nothing to say more ) ``` ul.scopes > li.scope > a ``` i have last activeadmin, rails 4, ruby 2.2.1, active_bootstrap_skin 0.1.1
maybe it is a lack of docs, but are there any plans (or manuals) to add nested resources inside a form view in a way similar to that provides this...
hi! i have a form with `dialog: true` enabled form dialog: true do |instance| and i need to fire some js after bs modal is fully loaded but if i...
hi! i would suggest to add to configuration file something like this: Trestle.configure do |config| config.home = '/dashboard' #relative to config.path path end or is this already somehow can be...
``` :textarea, display_as: :m_text, #redcarpet render model method correctly applies only at initial page render inner_class: 'markdowned', html_attrs: {:'data-provide'=> 'markdown'} %> ``` all i found is ugly ``` $(function(){ $(".best_in_place").best_in_place().bind("ajax:success",...
require 'hooray' Hooray::Seek.lan(port, protocol).nodes And corresponding question: what is the analog for `hoo list` if I use it as a lib? Neither `Hooray::Seek.new.nodes` nor `Hooray::Seek.new(nil).nodes` list all devices that i...
my code: ``` ruby after_filter { |sheet| new_sheet = sheet.workbook.add_worksheet(:name => 'Pivot Table') new_sheet.add_pivot_table "A1:B2", "'Sheet1'!A1:M15" do |pivot_table| pivot_table.rows = ['Month', 'Year'] pivot_table.columns = ['Type'] pivot_table.data = ['Sales'] end }...
hi! if i try to lookup this page `alma-ata.alm.slando.kz` for links `h3.large a.link` to go next ``` scraper = Upton::Scraper.new('http://alma-ata.alm.slando.kz/','h3.large a.link') ``` all i get with `scraper.verbose = true` is...