ID Number |
Summary |
3709 |
Intermittent long pauses when editing Ruby files under Linux Ubuntu and Ruby 1.8.5. Upgrading to Ruby 1.8.6 with i686 ISA alleviates this problem. |
4855 |
The "Stop the Server" button fails to stop the WEBrick web server on Mac OS X 10.5 and Ubuntu 7.10. The workaround is to use the Mongrel web server. |
4856 |
Running a server using Run in Mozilla on Ubuntu 7.10 does not show an embedded browser. Workaround: run `sudo apt-get install libstdc++5`. |
4980 |
Gem installation fails on Mac OS X if prerequisites are not met. Workaround: Install XCode. |
5134 |
Add column to table does not work with SQLite 3.13 and Mac OS X 10.4.11. Workaround: - Build latest sqlite3 library (3.5.6) from source:
cd sqlite-3.5.6 ./configure sudo make install - Reinstall gem:
sudo gem uninstall sqlite3-ruby sudo gem install sqlite3-ruby
|
5207 |
The "Form Partial for Model" wizard may add the Partial to the wrong Controller in the case that there are two identically named controllers which are distinguished only by namespace differences. |
5777 |
Setting Visual Effects on Ubuntu 7.10 results in an empty installer window. Workaround: Set [System]|[Preferences]|[Appearance]|[Visual Effects] to "None". |
5910 |
Lack of support for UTF-8 encoded documents results in the corrupted display of Japanese characters on the Windows platform when the display of a document encoded in this manner is requested (e.g. running "rake notes" from the Workspace Commander). |
6075 |
If 3rdRail has been launched from a terminal, required password entry for external processes (e.g. repository access without cached credentials) must be entered from the terminal which launched 3rdRail. |
6109 |
EUC-JP locale on Ubuntu causes errors in the display of the Welcome Page. |
6250 |
Installation of subversion Win32 package built against Apache 2.2 will cause 3rdRail to crash. Workaround: Uninstall subversion and reinstall subversion built against Apache 2.0 or rename APR_ICONV_PATH environment variable to APR_ICONV1_PATH before you start 3rdRail. > set APR_ICONV1_PATH=%APR_ICONV_PATH% > set APR_ICONV_PATH= Note: This is fixed in subversion 1.5, which has not yet been released. (Workaround information from subclipse.tigris.org) |
6296 |
Due to an issue with the ruby-debug gem version 0.10.1, step return does not pause execution when the fast ruby debugging engine is enabled. Workaround: choose "Basic Ruby Debugging Engine" from Ruby->Debug->Engines in the Preferences Menu. |
6457 |
When run as an unprivileged user, the uninstaller fails to ask permission to execute as the superuser and instead fails to uninstall correctly. Workaround: execute the uninstaller using sudo. |
6466 |
The installer does not execute correctly if run from within a mounted iso. Workaround: copy the contents of the iso to a local directory and run from there. |
6532 |
Due to an issue with Subclipse, renaming an SVN Project which has been imported from another workspace (or otherwise had its working copy moved) fails. Workaround: run `chflags -R nouchg {PROJECT_DIRECTORY}` and then "Refresh" inside Eclipse. |
6546 |
Installing the oracle adapter gem (activerecord-oracle-adapter) fails. This is a problem with Rails Core. |
6562 |
[Use Step Filters] tool bar button is disable in [Debug] view. |
6565,6569,6570 |
Referencing a named or formatted_ Route helper method causes an invalid Phantom Route marker to appear. Workaround: update to latest version from the update site. |
6567 |
With [Use Step Filters] enabled, the debugger may step into a filtered class it should step over. |
6592 |
Due to a possible SQLite3 or Ruby issue, migrations fail if a project path contains a double byte (Japanese) character. |
|
|
Connect with Us