DO NOT USE This tag is scheduled for removal because it can refer to many different things depending on the use of other tags with it.
I'm getting an Error ERROR: invalid page header in block 411 of relation "t_value_time" in my PostgreSQL database. This …
postgresql blockWhat is the best explanation for Ruby blocks that you can share? Both usage and writing code that can take …
ruby blockDoes anybody know how handlers (blocks) work in swift? I am trying to get this code running but i can't …
block nsurlconnection swiftI have a DSL in Ruby that works like so: desc 'list all todos' command :list do |c| c.desc …
ruby metaprogramming blockI'm trying a helper method that will output a list of items, to be called like so: foo_list( ['item_…
ruby-on-rails ruby-on-rails-3 helper blockI have a little statistics block that I want to be available in several places: the profile page of a …
django block django-templatesSaw a strange case come up, trying to figure out what is happening here: > def test > p yield &…
ruby block