Projekat

Općenito

Profil

Akcije

Prijedlozi #15391

Zatvoren

rails gems, plugins

Dodano od Ernad Husremović prije više od 16 godina. Izmjenjeno prije oko 16 godina.

Status:
Zatvoreno
Prioritet:
Normalan
Odgovorna osoba:
-
Početak:
19.09.2008
Završetak:
% završeno:

100%

Procjena vremena:

Opis

popularni rails plugin-ovi


Povezani tiketi 1 (0 otvoreno1 zatvoren)

korelira sa ubuntu - Nove funkcije #14753: nmraka-1: ubuntu hardy i386, installOdbačeno04.07.2008

Akcije
Akcije #2

Izmjenjeno od Ernad Husremović prije više od 16 godina

http://addressable.rubyforge.org/api/

Addressable is a replacement for the URI implementation that is part of Ruby‘s standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.

Example usage:


require 'addressable/uri'

uri = Addressable::URI.parse("http://example.com/path/to/resource/")
uri.scheme
=> "http" 
uri.host
=> "example.com" 
uri.path
=> "/path/to/resource/" 

Akcije #3

Izmjenjeno od Ernad Husremović prije više od 16 godina

english

hernad@nmraka-1:~$ gem install english

Bulk updating Gem source index for: http://gems.rubyforge.org
Install required dependency facets? [Yn]  y
Successfully installed english-0.2.0
Successfully installed facets-2.4.4
Installing ri documentation for english-0.2.0...
Installing ri documentation for facets-2.4.4...
Installing RDoc documentation for english-0.2.0...
Installing RDoc documentation for facets-2.4.4...

rdoc english gem

title:

  Levenshtein Distance Algorithm

synopsis:

  The Levenshtein distance is a measure of how similar two strings s and t are,
  calculated as the number of deletions/insertions/substitutions needed to
  transform s into t. The greater the distance, the more the strings differ.

  The Levenshtein distance is also sometimes referred to as the
  easier-to-pronounce-and-spell 'edit distance'.

Akcije #4

Izmjenjeno od Ernad Husremović prije više od 16 godina

money

hernad@nmraka-1:~$ gem install money

Successfully installed money-1.7.1
Installing ri documentation for money-1.7.1...
Installing RDoc documentation for money-1.7.1...

variable_exchange_bank.rb
Path: lib/bank/variable_exchange_bank.rb

Example useage:

Money.bank = VariableExchangeBank.new
Money.bank.add_rate("USD", "CAD", 1.24515)
Money.bank.add_rate("CAD", "USD", 0.803115)
Money.us_dollar(100).exchange_to("CAD") => Money.ca_dollar(124)
Money.ca_dollar(100).exchange_to("USD") => Money.us_dollar(80)

Akcije #5

Izmjenjeno od Ernad Husremović prije više od 16 godina

oniguruma

This library provides bindings to Oniguruma, a regular expression library which is standard with Ruby 1.9. It allows users
of Ruby 1.8 to access the extended functionality without the need to recompile or to upgrade Ruby.

Akcije #6

Izmjenjeno od Ernad Husremović prije više od 16 godina

sources

hernad@nmraka-1:~$ gem install sources

Successfully installed sources-0.0.1

hernad@nmraka-1:~$ cat /var/lib/gems/1.8/gems/sources-0.0.1/lib/sources.rb

module Gem
  @sources = ["http://gems.rubyforge.org"]
  def self.sources
    @sources
  end
end

Akcije #7

Izmjenjeno od Ernad Husremović prije više od 16 godina

  • Naslov promijenjeno iz rails plugins u rails gems, plugins
Akcije #8

Izmjenjeno od Ernad Husremović prije više od 16 godina

capistrano

capistrano (2.5.0, 2.4.3, 2.4.2, 2.4.1, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.2, 1.4.1, 1.4.0, 1.3.1, 1.3.0, 1.2.0, 1.1.0)

    Capistrano is a utility and framework for executing commands in
    parallel on multiple remote machines, via SSH.

Akcije #9

Izmjenjeno od Ernad Husremović prije više od 16 godina

hernad@nmraka-1:~$ gem install capistrano

Install required dependency net-ssh? [Yn]  y
Install required dependency net-sftp? [Yn]  y
Install required dependency net-scp? [Yn]  
Install required dependency net-ssh-gateway? [Yn]  
Install required dependency highline? [Yn]  
Successfully installed capistrano-2.5.0
Successfully installed net-ssh-2.0.4
Successfully installed net-sftp-2.0.1
Successfully installed net-scp-1.0.1
Successfully installed net-ssh-gateway-1.0.0
Successfully installed highline-1.4.0

Akcije #11

Izmjenjeno od Ernad Husremović prije više od 16 godina

  • % završeno promijenjeno iz 0 u 40

hernad@nmraka-1:~$ sudo apt-get install libmagick-dev

Akcije #12

Izmjenjeno od Ernad Husremović prije više od 16 godina

hernad@nmraka-1:~$ sudo apt-get install libmagick9-dev

hernad@nmraka-1:~$ gem install rmagick

WARNING:  Installing to ~/.gem since /usr/lib/ruby/gems/1.8 and
      /usr/bin aren't both writable.
Building native extensions.  This could take a while...
Successfully installed rmagick-2.7.0

Akcije #13

Izmjenjeno od Ernad Husremović prije oko 16 godina

  • Status promijenjeno iz Dodijeljeno u Zatvoreno
  • % završeno promijenjeno iz 40 u 100
Akcije

Također dostupno kao Atom PDF