Displaying 8 results from an estimated 8 matches for "raspel".
Did you mean:
raspell
2009 Sep 10
1
Snow Leopard and raspell
I''m having trouble with raspell after upgrading to Snow Leopard. When I
start up the console in one of my apps that uses raspell I receive the
following error message:
Loading development environment (Rails 2.1.0)
dyld: lazy symbol binding failed: Symbol not found: _new_aspell_config
Referenced from:
/Library/Ruby/Gems/1.8/g...
2005 Dec 08
0
raspell on windows
Has anyone had any luck getting raspell library to work on Windows? I
have it running on my production Linux box but I also need it on my
Windows box for development. raspell is not a pure Ruby library and I
am having problems compiling the c++ code required for the library.
Thanks
--
Joe Clarke
2006 Feb 06
0
raspell / aspell
Has anyone had any luck getting the "add_to_personal" function of the
raspell plugin to work? I followed the instructions at http://
deezsombor.blogspot.com/2005/08/how-to-build-ajax-ed-spellchecker-
with.html to create my basic form, but trying to add words to the
dictionary doesn''t do anything (i.e. the words get marked as
incorrect the following time).
2009 May 03
13
Ruby or Rails bug?
In irb all works fine:
# irb
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''raspell''
=> true
irb(main):003:0> speller = Aspell.new("ru_RU")
=> #<Aspell:0x7f8692c9d158>
irb(main):004:0> speller.suggestion_mode = Aspell::NORMAL
=> "normal"
irb(main):005:0> speller.check("лошадь")
=> true
But same in Rails project:...
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
2005 Oct 16
6
FreeMIS Open Source Project - packaging advice needed
...bout ready for a first release as a Ruby-on-Rails based
application.
I''m beginning to realise that there''s a lot of stuff to be installed before
you can get even a WEBrick served version up and running:
MySql, Ruby, ruby-mysql bindings, rubygems, rails, and a couple more gems -
raspell (which needs aspell) and tzinfo.
I''m trying to figure out the best way to ease this installation process. If
anyone has been through this process already and got any hints, I''d really
appreciate it.
Cheers,
--
Robert Jones
2011 Feb 19
1
undefined method `map' for nil:NilClass for rails 2.3.2
...ce => ''http://gems.github.com''
config.gem ''thinking-sphinx'', :lib => ''thinking_sphinx'', :version => ''~>
1.3.18'', :source => ''http://gemcutter.org'' #
config.gem ''thinking-sphinx-raspell'', :lib => ''thinking_sphinx/raspell'',
:version => ''1.1.1'', :source => ''http://gemcutter.org'' #
config.gem "RedCloth", :version => ''4.1.1'', :source => ''
http://gemcutter.org'...
2009 May 02
0
Unicode + aspell problem
I use raspell plugin for aspell. Problem is unicode and not english
languages, How to check for example russian text? Aspell doesn''t support
Unicode, so what I can do?
--
Posted via http://www.ruby-forum.com/.