Displaying 20 results from an estimated 4000 matches similar to: "Validation error messages for JS"
2014 May 06
0
js .closest
I have a script:
$ ->
$(document).on 'change', ('.ops_select'), ->
val = $(".ops_select option:selected").val()
$.ajax '/projects/update_oncalls/',
type: 'GET'
dataType: 'script'
data: {ops_group_id: val }
which triggers a "update_concalls.js.coffee" file to replace a the value in
a select-tag.
2014 Apr 26
0
jquery_ujs.js 404
I am getting this annoying error which relates to jquery_ujs.js not
being served. Any clues?
This is the site link:
http://test.kopy.com.br/home/index
GET http://test.kopy.com.br/assets/jquery_ujs.js?body=1 404 (Not Found)
index:11
GET http://ads.panoramtech.net/loader.js?client=tac
net::ERR_BLOCKED_BY_CLIENT rev.js:4
Error in event handler for (unknown): Cannot read property 'state' of
2014 Mar 30
0
New gem covering general validations on Arrays, Hashes etc.
Hi,
Recently, we released a v.0.0.2 of our gem 'Rails-Legit'. This allows a
clean interface to add validations for Arrays, Hashes and Time objects.
Check it out at https://github.com/code-mancers/rails_legit. Do open an
issue if anything breaks. Open to suggestions too!
Thank you
--
Kashyap
www.codemancers.com
--
You received this message because you are subscribed to the Google
2006 Mar 24
3
JS validation on a form/submit tag? Like :condition=>...
Hallo -- is there a way anyone know of that I can add a :confirm clause
to a form submit? Something like:
<%= submit_tag ''commit'', :confirm=>"are you certain?" %>
Does anyone know how to achieve this?
Cheers,
doug.
--
Posted via http://www.ruby-forum.com/.
2006 Nov 07
2
Plugin to add client side JS forms validation ?
Hi,
is there a plug in or other things to easily add some client
verification for HTML forms ?
Thank you very much.
Nicolas.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2015 Mar 10
1
Issues with XML validation after upgrade to 1.2.12
After we upgraded to 1.2.12, we've been having issues with libvirt... it
complains that our formerly valid guest definitions are now invalid:
error: Failed to start domain XXXX
error: internal error: Cannot instantiate filter due to unresolvable
variables or unavailable list elements: DHCPSERVER
We looked into this, and found that it's the XML validation that's failing:
# xmllint
2003 Dec 17
3
friday entertainment
Sometimes people call it "Magic Lubricant". Sometimes - "Power
Bottle".
Why?
An amazing erection WITHING SEVERAL SECONDS is guaranteed to you!
Double-strengthed orgasm and full satisfaction... I guess this is
excatly what are waiting from sex!
Your easy-to-use solution is here: [1]http://www.ghkp.us/vpoil/?utopia
-----
Link below is for that people
2014 May 19
0
Missing production secret_key_base in rails
Hi,
I have asked this question on github<https://github.com/rails/rails/issues/15175>
.
Senny answered me to set
export SECRET_KEY_BASE =d1f4810e662acf46a33960e3aa5bd0
************************
in your peoduction server. but I do not know how to set that. I am
deploying in openshift. I also have access to SSH via putty. I have tried
this command in SSH but it gives an error "Invalid
2014 Aug 27
0
Could not install Rmagick Gem in rails 4 (Ubuntu 13.04)
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/home/anil/.rvm/rubies/ruby-2.0.0-p481/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... no
Can't install RMagick 2.13.2. Can't find Magick-config in
2014 May 08
0
Rails log for rspec tests inside of an engine
Would anybody know how to do
this: http://stackoverflow.com/questions/20001361/rails-log-for-rspec-tests-inside-of-an-engine
?? thanks for the help
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2014 Apr 06
0
collection_check_boxes with has_many through: association Rails 4
I am trying to list all the categories a user can be interested in with
check boxes so that a user can submit these interests through my join table.
collection_radio_buttons works with a simple has_many, belongs_to
association:
<%= collection_radio_buttons(:listing, :category_id, Category.all, :id,
:name do |b| %>
<%= b.label { b.radio_button} %>
<%= b.text %>
2014 Oct 23
0
Puppet agent message: Could not retrieve local facts: Could not find fact 'define_fact'
Dear all,
since today the puppet agent does not work anymore if it is executed by
service.
I prints out:
Could not retrieve local facts: Could not find fact 'define_fact'
If I run puppet agent -t I do not get the message.
I have updated facter from 1.7.1 to 2.1 and hiera from 1.2.1 to 1.3.4
I have
Linux RedHat 5 and 6
puppet 3.3.1
facter 2.1.0
hiera 1.3.4
ruby 1.8.7
Does any have an
2014 Mar 31
0
Rails Engine ActionController::UrlGenerationError on functional tests
Hi,
I'm looking for a way to solve an error I get each times I run my
functional tests. I have a Rails Engine gem (isolated), I have a JSON
action with a route declared. But each times I use the method get in a test
I get an ActionController::UrlGenerationError exception.
Here an example of code with the problem:
# config/routes.rbMyEngine::Engine.routes.draw do
resources :cats, only:
2014 Mar 31
0
Unable to delete post in sample blog application
Hi All,
I am new to RoR and I am writing a small blog application. I have added a
Destroy / Delete link to the post index, but when I click this delete link
the show action is fired. The log seems to confirm this:
Started GET "/posts/2" for xxx.xxx.xxx.xxx at 2014-03-31 15:51:03 +0000
Processing by PostsController#show as HTML
Parameters: {"id"=>"2"}
Post
2014 Apr 17
0
RestClient::ResourceNotFound in UsersController#index
Hi,
I am trying to implement Rest Api for a sample application for learning
purpose. But when I try to make a "GET" request through the RestClient it
is showing error as
RestClient::ResourceNotFound in UsersController#index
def index
uri = "#{API_BASE_URL}/users.json" # specifying json format in the URl
rest_resource = RestClient::Resource.new(uri, USERNAME,
2014 Apr 05
0
Datepicker FlatUI rails
Hi guys,
How does one use a datepicker flatUI calendar in rails? I have been poking
around for documentation, but can't seem to find any. Is there any out
there?
Thx!
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2014 Mar 07
0
Abril Pro Ruby 2014 - The Tropical Ruby Conference
Hello everybody,
On April 24th to 27th the biggest Ruby Conference on the Northeast of
Brazil will be happening, Abril Pro Ruby <http://abrilproruby.com/>. We
would like to invite you to be part of the event and share you experiences
with great rubists from all over the world in Porto de Galinhas, very close
to Recife.
Speakers from everywhere are already confirmed to the event. Take a
2014 Mar 19
0
ActionView::Template::Error: end of file reached Rails 4.0.4
I have an application I'm migrating from Rails 3.2 to 4.0. On my CI
environment, I'm getting "ActionView::Template::Error: end of file reached"
randomly in different controller specs pointing to a view in which I have
"javascript_include_tag 'application'". Has anyone seen this before?
Relevant gems:
rails (4.0.4)
sprockets (2.11.0)
sprockets-rails (2.0.1)
2014 Jun 03
0
How to use Rambling Slider Rails
Dear all developers,
I want to use slideshow in my website. and i did a research rambling slider
could use with rails.
but i don't know how to use it. any one could help me.
thanks you,
veasna
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2014 May 29
0
PATH problems with running Cukes from Jenkins
I'm having PATH problems with running my Cukes from Jenkins, more details
here:
http://stackoverflow.com/questions/23921127/cucumber-scripts-not-working-on-jenkins-due-to-path-issues
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to