Posts by Tag

rails

Integrating turbolinks in your Rails application

less than 1 minute read

We are all excited in a new addition to rails plugins family that is turbolinks. If you have tried to include it in your application, you may have noticed th...

Will Paginate in Rails using remote request

1 minute read

Have you ever wondered why is there no remote option for will_paginate gem? It’s too complex and data dependent to handle all possible situations. I have mad...

Back to Top ↑

oracle

Limit and offset in Oracle

less than 1 minute read

If you are considering about using some kind of pagination like will_paginate or some pagination of your own flavor, and you are stuck using Oracle i have a ...

Back to Top ↑

javascript

Integrating turbolinks in your Rails application

less than 1 minute read

We are all excited in a new addition to rails plugins family that is turbolinks. If you have tried to include it in your application, you may have noticed th...

Will Paginate in Rails using remote request

1 minute read

Have you ever wondered why is there no remote option for will_paginate gem? It’s too complex and data dependent to handle all possible situations. I have mad...

Back to Top ↑

ruby

Will Paginate in Rails using remote request

1 minute read

Have you ever wondered why is there no remote option for will_paginate gem? It’s too complex and data dependent to handle all possible situations. I have mad...

Back to Top ↑

jquery-ui rails

Will Paginate in Rails using remote request

1 minute read

Have you ever wondered why is there no remote option for will_paginate gem? It’s too complex and data dependent to handle all possible situations. I have mad...

Rails 3.1 JQuery-UI

less than 1 minute read

If you are considering the upgrade to Rails 3.1.x and you wish to include the JQuery-UI in your web application follow these simple steps: Load jquery-ui in ...

Back to Top ↑

rails jquery coffeescript

Readonly checkboxes with JQuery

less than 1 minute read

I have encountered a problem where I needed to disable some checkboxes on my forms. As you know, a disabled html item by design isn’t going to be posted back...

Back to Top ↑

jquery

Back to Top ↑

rails-on-windows

Deploying Rails applications on Windows

1 minute read

Due to some legacy issues, and HP workstations being shit that you can’t turn the hardware virtualization on, I had an issue with one client regarding speed ...

Back to Top ↑

linux

Back to Top ↑

ubuntu

Back to Top ↑

android

POS printing on Android

2 minute read

So, you want to develop your big Point Of Sale(POS) solution on android but don’t know how to print the receipts. You have a few options:

Back to Top ↑

java

POS printing on Android

2 minute read

So, you want to develop your big Point Of Sale(POS) solution on android but don’t know how to print the receipts. You have a few options:

Back to Top ↑

geotagging

Back to Top ↑

elasticsearch

Back to Top ↑

emacs

Learning Emacs

2 minute read

So, I’ve started using emacs in my daily development and writing process, after a couple of years using vim exclusively. Why did i do it? Mostly curiosity, a...

Back to Top ↑

backup

Are you backup/restore procedures good enough?

3 minute read

So, my MacBook crashed yesterday. It didn’t really crash, just that it went black after logging in. Although I have a suspect, I won’t name it here because I...

Back to Top ↑

procedures

Are you backup/restore procedures good enough?

3 minute read

So, my MacBook crashed yesterday. It didn’t really crash, just that it went black after logging in. Although I have a suspect, I won’t name it here because I...

Back to Top ↑