Chris Mendla

Results 9 comments of Chris Mendla

I am running MS Sql server. I see that does not support OFFSET. It looks like I'll have to use something other than Kaminari for this project. Thanks for the...

I also checked the version... it is 11.2 standard

Sorry for the delay in responding. I am using ``` gem 'tiny_tds' gem 'activerecord-sqlserver-adapter', '~> 4.2.0' ``` Yes, it is sql server 2012 I'll double check to see if I...

The version of tiny tds is \* tiny_tds (1.0.4)

For what it's worth, I was able to work around the issue for now. - Do any ordering before passing to Kaminari. - Use Kaminari.paginate_array to set up the variable...

JZ We were thinking in terms of allowing a fail over to a secondary server if the primary failed. IOW, suppose .10 is our primary and .11 is our secondary...

I did get the migration to work by changing the index part to ``` add_index :sessions, :session_id, :unique => true, :name => 'supervisor_id_ix' add_index :sessions, :updated_at, :name => 'index_ix' end...

@fandiks32 - I just posted an issue and am using rails 4. Was BIP working for fields other than textarea fields?