search for: wirble

Displaying 8 results from an estimated 8 matches for "wirble".

Did you mean: wibble
2009 Nov 03
1
Gem::RemoteFetcher::FetchErro when installing rails
...information root@pierr-desktop:~# ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] root@pierr-desktop:~# gem -v 1.2.0 root@pierr-desktop:~# gem list *** LOCAL GEMS *** activerecord (2.3.4) activesupport (2.3.4, 1.4.4) daemons (1.0.10) gem_plugin (0.2.3) rack (1.0.1) rake (0.8.7, 0.8.3) wirble (0.1.3) -- View this message in context: http://old.nabble.com/Gem%3A%3ARemoteFetcher%3A%3AFetchErro-when-installing-rails-tp26159957p26159957.html Sent from the RubyOnRails Users mailing list archive at Nabble.com.
2009 Mar 27
3
ANNOUNCE: Hirb - A gem enhancing your script/console
Hi, I''m announcing Hirb, a mini view framework which enables script/ console to provide custom views. Out of the box your activerecord objects come back as ascii tables. You can also configure your tree-based models to return as ascii trees: Numeric |-- Float |-- Integer | |-- Bignum | `-- Fixnum |-- Date::Infinity `-- Rational I''ve written two tutorials on
2011 Sep 24
4
Heroku Slugsize shot up drastically
Hi, Locally my application is 7MB without tests and logs, etc. The .git folder is 29 MB. I also have no gems / plugins in vendor folder. 95% of images sit on S3. However on committing to Heroku it shows -----> Compiled slug size is 62.7MB What is wrong? It happened? To add more context my .gitignore file is .bundle, db/.sqlite3, config/ database.yml, log/.log, tmp/, .idea, .redcar,
2009 Nov 03
0
Gem::RemoteFetcher::FetchError error when do gem install rails
...information root@pierr-desktop:~# ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] root@pierr-desktop:~# gem -v 1.2.0 root@pierr-desktop:~# gem list *** LOCAL GEMS *** activerecord (2.3.4) activesupport (2.3.4, 1.4.4) daemons (1.0.10) gem_plugin (0.2.3) rack (1.0.1) rake (0.8.7, 0.8.3) wirble (0.1.3)
2010 Aug 27
0
Syntax highlighting in IRB || Script/Console
...s a way of changing colors for IRB standard input ($stdin). What I am interested in "is having IRB highlighting syntax as I type". Among other stuff, I would like to be able to: - set its background colours - have differing colours for strings, variables, keywords, e.t.c. I do use Wirble and Term-ansicolor gems, and they are fine when it comes to output. But, I am interested in colouring irb && script/console terminal input, i.e. I''m looking forward to having something like "vim_animated-irb". This might not be a Rails question but some railers may have...
2012 Dec 04
0
Empty test suite is run after every rake task
...9;'kaminari'' gem ''awesome_nested_set'' group :development do # gem ''rails3-generators'', :git => ''git://github.com/atomgas/rails3-generators.git'' gem ''mongrel'' gem ''faker'' gem ''wirble'' gem ''rcov'', :require => false gem ''letter_opener'' end group :production do # Use unicorn as the web server # gem ''unicorn'' end group :development, :test do gem ''brakeman'' gem ''shoulda''...
2009 Jun 19
4
sqlite3....Ugghhh`
...# gem list --local *** LOCAL GEMS *** actionmailer (2.3.2) actionpack (2.3.2) activerecord (2.3.2) activeresource (2.3.2) activesupport (2.3.2) acts_as_ferret (0.4.4) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) gem_plugin (0.2.3) rack (1.0.0) rails (2.3.2) rake (0.8.7) rubygems-update (1.3.4) wirble (0.1.3) $ rpm -qa |egrep ''^libsql|^ruby'' ruby-1.8.7.p72-5.21 libsqlite3-0-3.6.4-2.8 ruby-devel-1.8.7.p72-3.1 -- Posted via http://www.ruby-forum.com/.
2010 Mar 07
5
Rails development processes running very slow
This is a problem I know other people have been having. I''m on Rails 2.3.5 on a dual core 2.1Ghz Macbook Pro 2.1 with 3Gb of ram and 800Mb+ inactive memory. Things should be fast. Sometimes things run slowly, but nothing nearly as slowly as rails. irb starts in milliseconds. Even Java maven tasks are pretty fast. Rails on the other hand takes a pitiful 1:30 minutes to start - the