Top "Url-helper" questions

Rails - How to add a format to an url helper?

how can I make an URL helper create an URL in a given request/response format? For example, in my …

ruby-on-rails request helper url-helper
undefined method 'link_to'

I'm writing a ruby-on-rails library module: module Facets class Facet attr_accessor :name, :display_name, :category, :group, :special ... URI = {:controller =&…

ruby-on-rails link-to url-helper
Url.Link not working in WebAPI

Using the unit test below .. Iam trying to test my webapi. [Test] public void CheckControllerForCreate() { var config = new HttpConfiguration(); config.…

c# asp.net-mvc-4 asp.net-web-api url-helper
Laravel URL helper: How to generate a perfect URL with query parameters and hash

Suppose the route is like this: Route::get('messages/{messages}', ['as' => 'messages.show', 'uses' => 'MessagesController@show']); So, …

php laravel laravel-4 url-helper laravel-helper