All posts - Page 11
Increase Rails Performance with Database Indexes
- Author: Travis Williams
- Published:
-
Tags:
- Permalink: /blog/increase-rails-performance-with-database-indexes
If you need to frequently query a database table by a specific column, you should probably index it.
Parsing Dates and Times from Strings using strptime
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/parsing-dates-and-times-from-strings-using-strptime
Datetime strings are complex. Let's turn them into structured data.
Anonymous blocks as function arguments in Ruby
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/anonymous-blocks-as-function-arguments-in-ruby
How you can write your own code to handle blocks passed to Ruby functions