similar to: hunspell

Displaying 20 results from an estimated 100000 matches similar to: "hunspell"

2009 Feb 21
5
aspell
can u suggest a link for downloading aspell spellchecker (for tinyMCE Editor) using rails --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2009 Feb 26
2
rails spell check
Is ruby on rails supports aspell spell check ? Is there any links for spell check for rails application ? All links I gone through are discussing about php but not ruby on rails? Plzzzzzzzzzz give me reply .... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2011 Nov 21
4
Having less languages in Firefox (hunspell dictionaries provide too many locales)
Hello, on CentOS 6, I am routinely writing mails in English, German and French and using the related hunspell dictionaries for the spelling in Firefox (I'm using Google Apps). This works fine but the problem is that languages are added for all the possible locales (English US, UK, Philippines, Bostwana, Trinidad and Tobago, Denmark (sic!), ... and German Germany, Austria... and French
2007 Aug 02
1
Foreign Key Use
Hi can any1 guide me ,How can i use foreign Key concept in rails, I m using Migrations to create tables, Also i want to know diffrent fields we can use while creating tables. I mean like String,Date time, timestamp,,,,Plz tell me various fields so that i can Make proper use of them as per requirement. Thank u in advance -- Posted via http://www.ruby-forum.com/.
2007 Aug 30
1
Please Help ASAP
Hey Guys i have got a problem i am searching for the plugin called bbcodeizer ...if some one is having it plz send it to me --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2007 Oct 17
1
Problem with assert_difference
Hello Friends, I have problem with assert_difference, I want its syntax and explantion in detail, Please help me, plz give me solution. Regards, Kiran Polawar --~--~---------~--~----~------------~-------~--~----~ 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
2006 Nov 15
1
how to handle alert box message in selenium test?
hi guys, how to handle alert box message in selenium test? i want to handle alert box. i want to test(verify text present) the text in alert box & then click ok to alert box. how can i do this.? plz tell me... advance thx. regards, karthick. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 May 02
1
problem in: img_options["size"] = img_size
hi guys, I have show_image problem. I have the following code in application_helper.rb in my rails project def show_image(src,img_size) img_options = { "src" => src.include?("/") ? src : "/images/#{src}" } img_options["src"] = img_options["src"] + ".gif" unless img_options["src"].include?(".")
2014 Feb 15
0
Emacs and Ispell, Aspell and Hunspell
CentOS members, This is another CentOS, Emacs upgrade question: Since upgrading from CentOS 5.10 and Emacs 21.4.1 to CentOS 6.5 and Emacs 23.1.1 I am trying to get a spell checker working in emacs. Previously I used aspell and everything "just worked". Now I gather that hunspell is the norm but after installing it, when I try it it "just doesn't work". If I
2019 Oct 25
0
Have "system"/Hunspell dictionaries stopped working in CentOS 7 Firefox?
Until quite recently, multiple spell-checker languages were available in Firefox on my CentOS 7 system. (They could be selected from "Languages" under the right-click menu in text boxes.) After a recent system upgrade, there is only "English (United States)". I don't think I had installed any extra Firefox dictionaries as such, but the "global" spell-checking
2008 Jun 17
1
problem when changing default sqlite to mysql
hi all, i installed rails 2.1.0 just now before i was working with rails 1.2.6. when i try to check the application enviroment link in the index page of the application it gave me " MissingSourceFile in Rails/infoController#properties no such file to load -- sqlite3RAILS_ROOT: D:/RadRails/Workspace/Varsha " here i am using win XP, no sqlite installed. i have
2007 Jan 08
1
delete a file from the server
Hi all, i want to create a vcs file. when i am creating the vcs file it is getting creatd in the server as well as in the local drive. But i dont want to the vcs file to be saved in the serve. when i am trying to delete the file from the server it is throwing the error,"Cannot start Microsoft Outlook.Cannot import vCalendar file". here is the code that i am using. def vcs f =
2007 Oct 24
1
simple_captcha + model
Hi Experts, l have model called User class User < ActiveRecord::Base apply_simple_captcha end in view <%= show_simple_captcha(:object=>"user") %> in controller @user = User.fiind(params[:id]) if @user.valid_with_captcha? if @user.update_attributes(params[:use]) -------- else --------- end else -------------------- end as per this
2009 Dec 09
1
how to send mail through ruby on rails
Plz tell me the code to send mail from ruby on rails.I have googled many times but couldn''t find a proper solution. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2009 Mar 19
0
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
sub :How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0) Hi all, I am test my application with local it working fine when i want to go for live. i need to change the pay pal form target to Paypal orginal site address. I don''t know how to chage the form target in paypal helper. i paste my code below.. plz check it. I use paypal lib
2007 Feb 22
0
error with send_file.. please help me...
Ben wrote: > API is your friend. > http://api.rubyonrails.org/classes/ActionController/Streaming.html#M000091 > send_file I put this code block in files_controller.rb def send_file(path, options = {}) #:doc: raise MissingFile, "Cannot read file #{path}" unless File.file?(path) and File.readable?(path) options[:length] ||= File.size(path)
2007 Apr 18
0
rake -- problem
hi flock, i am a newbie to rail plz help me... when i am giving the rake command i am getting te folliwing error $rake db:migrate (in /home/appl) rake aborted! no such file to load -- postgres -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2008 Jan 07
0
can we use date_select as one observe_field.
hi all, i want to find out the age of a person in the simple registration form without submitting the form. we can use link_to_remote or submit_to_remote(....), but i don''t want to use any link or button to link to the controller. Can we use date_select as one observe_field or any other possibility to do this.. plz guide me to do this... -- Posted via http://www.ruby-forum.com/.
2009 Feb 06
0
file opening and ajaxing
Hi, I m having a problem with refreshing the page once my data is sent using send_file. how to achive it plz help Thanks in advance -- 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
2008 Sep 12
0
File extension changes xlc to doc
Hi, Im using file_column for upload files. When i upload xlc file .After upload its extension chaged to doc.. for example before upload file abc.xlc after uploading abc.xlc.doc important thing is,locally its extension doesn''t change Plz tell me the solution. thanx in adv. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the