:rocket: :cloud: :cloud: :sunny: :cloud: :cloud: SHEEP EAT
This feature is useful in search-as-you-type components to rely on the backend to perform the search. For example, http://hola-apps.herokuapp.com/apps/search?term=farts
Following this great comment in Stackoverflow.
This ember addon will extend DS.RESTAdapter
initially to be able to cancel an on going HTTP request by invoking store.cancelQuery('resourceType')
export default DS.RESTAdapter.extend({
headers: {
'Accept': 'application/vnd.impetu-v1+json'
},
});
export default DS.RESTadapter.extend({
require 'grape' | |
class API < Grape::API | |
before do | |
@log_start_t = Time.now | |
Rails.logger.info " Parameters: #{params.to_hash.except("route_info")}" | |
end | |
after do | |
@log_end_t = Time.now |
6229 ORDEN FOM/956/2008, de 31 de marzo, por la que se aprueba la política de difusión pública de la información geográfica generada por la Dirección General del Instituto Geográfico Nacional.
La Dirección General del Instituto Geográfico Nacional, en adelante IGN, para llevar a cabo la misión de servicio público que tiene encomendada, genera y mantiene un importante volumen de información geográfica. De entre esta información geográfica destacan los datos que se ven reflejados en las series y bases cartográficas nacionales, en ortofotografías aéreas y ortoimágenes de satélites, y en fotogramas aéreos como
Please note, these instructions are for OS X Lion.
First, you need to get the IP address of your machine on your local network. In OS X, the easiest place to find this is in System Preferences > Network. If you're using DHCP on your local network, you will want to make sure your computer requests the same IP address when it renews it's IP address lease. I recommend configuring the DCHP Reservation settings on your router to accomplish this. Otherwise, you can specify a manual address in your network settings:
-
Go to System Preferences > Network
-
Click Advanced...
$ = jQuery | |
class GoogleChartWrapper | |
@defaults = {} | |
constructor: (@$el, @options={}) -> | |
$.extend true, @options, @defaults, @$el.data() | |
@chart = new google.visualization.ChartWrapper options | |
@chart.draw() | |
$.fn.chartWrapper = (options={}) -> | |
@each -> |
M::Document.configure do |config| | |
config.placeholder_format = "%:placeholder%" | |
end | |
class CustomerDetails | |
include M::DocumentFragment | |
include ActionView::Helpers::NumberHelper | |
subs :name, type: M::Text | |
subs :last_name, type: M::Text |
export PYTHONBREW_PROJECT_VENV='your_projects_venv' | |
export PYTHONBREW_PYTHON_VERSION='2.7.3' |
# These modules should be loaded by default: proxy_module, proxy_balancer_module, rewrite_module | |
Listen *:80 | |
# You may want to keep the VirtualHost config under extra/*.conf | |
# Start your thin | |
<VirtualHost *:80> | |
ServerName wwww.yourawesomeapp.dev |