Displaying 15 results from an estimated 15 matches for "turbolinks".
Did you mean:
turbolink
2013 May 04
21
Getting started w/ Rails 4
Hi. I''m trying to run Getting started tutorial under Rails 4.0.0.beta1
although it assumes it runs on Rails 3. I was able to get rid of all
errors by wrapping post_params here and there, and installing
protected_attributes Gem for attr_accessible to make sense. Post/
comment CRUD works just fine, but I don''t seem to be able to add Tags
(the final part of the tutorial). Post saved
2014 Feb 23
0
ExecJS::RuntimeError in Say#hello
...s20140223-5592-h2cx72.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
(in D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/turbolinks-2.2.1/lib/assets/javascripts/turbolinks.js.coffee)
Extracted source (around line *#6*):
3
4
5
6
7
8
9
<head>
<title>Blog</title>
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>...
2014 Apr 14
0
Foundation & Authlogic
...9;
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported
runtimes
# gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read
more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more:
https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under do...
2004 Sep 28
3
Moving mail dirs
Hi all,
This is probably a silly question, but I have a problem. I've had to
move my users maildirs from:
maildir:/home/%u/.Maildir
To
maildir:/data/mail/%u
I've updated the MTA to put mail to the correct place and it's working
fine. I've also changed the dovecot.conf file and restarted dovecot and
I thought that would be all I needed to do.
However, the users are getting
2004 Sep 21
3
Dovecot 1.0-test45 indexing issues
We're currently on dovecot 0.99.10 with a few modifications (including one
very nasty hack for the blank line at the beginning of the mailbox bug).
We're using mbox all around.
Everything works smoothly but we still ocasionally get corrupt mailboxes
and indexes that need to be wiped out.
I setup 1.0-test45 on one of our mailservers to start testing it and ran
into a few issues. The
2004 Sep 29
2
UIDL bug
I noticed a problem with handling UIDL msgnumber in test46.
If you do "UIDL 1" on a POP3 connection it returns the UID of the message
followed by a dot and an error message. I made 2 changes:
I added the following line to line 527 of src/pop3/commands.c
ctx->message = message;
I changed line 559 from:
if (list_uids_iter(client, ctx))
to:
if (!list_uids_iter(client, ctx))
2014 Apr 23
0
Something went wrong
...9;
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported
runtimes
# gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read
more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more:
https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under do...
2005 Sep 29
1
Problem running latest 1.0-alpha3
I've tried upgrading from dovecot-1.0 stable to the latest
dovecot-1.0.alpha3.
I've done a configure with:
./configure --with-notify=none --with-ioloop=poll
And all I get is this when I run:
dovecot: Sep 29 16:45:28 Info: Dovecot v1.0.alpha3 starting up
dovecot: Sep 29 16:45:29 Error: Auth process died too early - shutting down
dovecot: Sep 29 16:45:29 Error: auth(default): Fatal:
2013 Oct 30
0
2013 Rails Rumble Gem Teardown
...d in the
2013 Rails Rumble:
http://www.dwellable.com/blog/Rails-Rumble-Gem-Teardown
The Rails Rumble organizers were kind enough to let me look at the Gemfiles
submitted by 221 teams. I spent a couple of days digging into the data. I
was able to answer questions like:
- Are people turning off turbolinks?
- Haml vs. Slim - fight!
- Is anyone using Javascript MVC with Rails?
Discussion on HN:
https://news.ycombinator.com/item?id=6641413
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop recei...
2014 Apr 26
0
jquery_ujs.js 404
...advisable to add code directly here, but if you do, it'll
appear at the bottom of the
// compiled file.
//
// Read Sprockets README
(https://github.com/sstephenson/sprockets#sprockets-directives) for
details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .
this is my production
Kopy2::Application.configure do
# Settings specified here will take precedence over those in
config/application.rb
# Code is not reloaded between requests
config.cache_classes = true
# Full error reports are disabled and caching is turned on
con...
2012 Sep 20
6
Good books about the internals of Rails 3
Hi, I''m a new RoR and Ruby developer and I''m searching for some good
resources (books or website) that go a little further than books like
the railstutorial (which is excellent btw).
But after reading this, I feel like as long as I''m working with
scaffolding and simple gems, it''s ok, and a lot can be accomplished with
this but I would like to have a deeper
2013 Feb 27
4
My SCSS compiled CSS lacks "/assets" in the generated urls
Running "rake assets:clobber assets:precompile" will generate files like
"application-xxx.css" with incorrect urls after upgrading to Rails 4.
For example url(/fields/xxx.png) when it should be
url(/assets/fields/xxx.png). For some unknown reason it worked once in
development mode, but after running rake assets:clobber I can''t get it
to work again...
Any ideas
2013 May 17
5
Active Admin with Ajax call
Hello everyone. I''m begining with Ruby on Rails, and i''m facing some
trouble with "ActiveAdmin with ajax."
Here''s the situation:
It''s a Kennel''s web site, so, while i''m creating a new dog, i have one
select/options for the dog''s father, dog''s mother, and dog''s race.
After select the dog''s
2013 Jun 25
6
creating an account with a username in devise
Hello, all. I have followed these links and have enabled a (current)
user to login with a username:
http://railscasts.com/episodes/209-introducing-devise
http://railscasts.com/episodes/210-customizing-devise
https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign-in-using-their-username-or-email-address
I want to allow a user to sign up with a username but am getting these
2013 Nov 28
74
Remove :js responder
https://github.com/rails/rails/issues/12374#issuecomment-29446761
Here in discussion I proposed to deprecate JS responder because this
technique is insecure and not pragmatic way to transfer data.
It can be exploited in this
way http://homakov.blogspot.com/2013/05/do-not-use-rjs-like-techniques.html
i find this bug very often so i know what i''m talking about. With it
attacker can