search for: filepermissionerror

Displaying 6 results from an estimated 6 matches for "filepermissionerror".

2010 Oct 01
3
Gem::FilePermissionError
while i updating my rails version with command, gem install -v=2.3.8 rails i got, ERROR: While executing gem ... (Gem::FilePermissionError) You don''t have write permissions into the /usr/lib/ruby/gems/1.8 directory. how could i solve the problem? -- 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...
2010 Apr 19
0
Gem::FilePermissionError on "rails:freeze:gems" task
...wing error surprising and confusing, because the task should not involve writing to system files or directories: % rake rails:freeze:gems (in /Users/tallen/apps/pnc) Freezing to the gems for Rails 2.3.5 rm -rf vendor/rails mkdir -p vendor/rails cd vendor/rails ERROR: While executing gem ... (Gem::FilePermissionError) You don''t have write permissions into the /opt/local/lib/ruby/gems/ 1.8 directory. rm -rf vendor/rails Why does the task want to write to that directory? The output was identical with the --trace option. Thomas -- You received this message because you are subscribed to the Google...
2008 Mar 31
1
problem in installlation of ferret search plugin in rails application
When i went to installation ferret in my rails application then i have faced a problem that is look like this ERROR: While executing gem ... (Gem::FilePermissionError) You don''t have write permissions into the /var/lib/gems/1.8 directory. i used this command for ferret install sudo gem install ferret --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: T...
2010 May 24
6
Problem Installing Rails 3
..., I''ve run these commands: $ gem update --system $ gem install arel tzinfo builder memcache-client rack rack-test rack- mount erubis mail text-format thor bundler i18n $ gem install rails --pre However, when I run the last command, I get this error: ERROR: While executing gem ... (Gem::FilePermissionError) You don''t have write permissions into the /usr/bin directory. I think it wants me to run the command with sudo so that it can write over /usr/bin/rails. But if I do that, won''t I be overwriting my Rails 2.3.5 executable? I don''t want to do that. Instead, I'...
2012 Nov 05
0
Error while installing GEM sqlite3
...\workspace\first_app>gem install sqlite3 -v ''1.3.5'' Successfully installed sqlite3-1.3.5-x86-mingw32 1 gem installed Installing ri documentation for sqlite3-1.3.5-x86-mingw32... Installing RDoc documentation for sqlite3-1.3.5-x86-mingw32... ERROR: While executing gem ... (Gem::FilePermissionError) You don''t have write permissions into the js directory. I don''t even find the incriminated js directory on my file system (may be that is the issue?). *gem list *confirms that sqlite3 was installed, so it looks like only the local documentation is not being installed. A...
2006 Feb 26
17
please help: having problem with the scaffold commad, mysql.
i just recently purchase agile web dev book about ruby on rails and going through the whole project. well i am now stuck on creating the scaffold. I have been messing with settings for awhile now. here is the error: koloa@ubuntu:/var/www/depot$ ruby script/generate scaffold Product Admin exists app/controllers/ exists app/helpers/ exists app/views/admin exists test/functional/ dependency